summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/isa_ids.c
Commit message (Collapse)AuthorAgeFilesLines
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-7/+7
| | | | | | | 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.
* bswap_16() exists; no need to use __bswap_16()Michael Brown2005-04-211-2/+2
|
* Use only the header files that we needMichael Brown2005-04-171-1/+3
|
* Use __bswap_16, since we're not dealing with quantities to go onto the network.Michael Brown2005-04-131-2/+2
|
* Created separate isa_ids.h file and a utility function to print out ISAMichael Brown2005-04-131-0/+24
IDs in a human-readable format.