-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ibm/thinkpad600.cpp: hookup Super I/O
- Loading branch information
Showing
4 changed files
with
592 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
115ac93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm inclined to move the Super I/O stuff to
bus/superio
, being conceptually similar and (eventually) needs ISA dependency removed (given that FDC37C665GT already transcend outside the x86 realm, being used by konami/firebeat.cpp/konami/twinkle.cpp ).Objections?
115ac93
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super I/O isn't a bus type. I think devices/machine/superio would make more sense.