summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/isa_ids.c
Commit message (Collapse)AuthorAgeFilesLines
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-1/+1
| | | | | | | | | | | Access to the gpxe.org and etherboot.org domains and associated resources has been revoked by the registrant of the domain. Work around this problem by renaming project from gPXE to iPXE, and updating URLs to match. Also update README, LOG and COPYRIGHTS to remove obsolete information. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* 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.