summaryrefslogtreecommitdiffstats
path: root/src/include/eisa.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-95/+0Star
| | | | | | | ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and MCA (3c529) variants should build OK. None of this code is yet tested.
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-261-4/+5
| | | | | thinks they are. Other bus drivers modified for consistency.
* ConsistencyMichael Brown2005-04-221-1/+1
|
* Added friendly enable/disable functionsMichael Brown2005-04-221-1/+8
|
* Updated all common buses to new API.Michael Brown2005-04-221-12/+21
|
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-141-0/+1
|
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-141-3/+3
|
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-0/+1
| | | | link time to accommodate whatever bus objects are included.
* Extraced from 3c509.cMichael Brown2005-04-131-0/+76