summaryrefslogtreecommitdiffstats
path: root/src/include/isa_ids.h
Commit message (Collapse)AuthorAgeFilesLines
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-47/+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.
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-0/+2
| | | | | initial device, and will also allow for e.g. a device menu to be presented to the user.
* We need the ISA product ID mask available separately for 3c509.c.Michael Brown2005-04-141-2/+3
|
* Created separate isa_ids.h file and a utility function to print out ISAMichael Brown2005-04-131-0/+44
IDs in a human-readable format.