opengnsys_ipxe/src/drivers/bus
Michael Brown 6b6096d28b Strip down i386 PCI configuration space I/O to the bare minimum. A
typical build will now include 880 bytes of PCI support code, compared to
2327 bytes in Etherboot 5.4.

(There is a slight cost of around 5 extra bytes per access to a
non-constant config space address; this should be an overall win.
Driver-specific accesses will usually be to constant addresses, for
which there is no additional cost.)
2006-05-17 01:12:11 +00:00
..
eisa.c Added "name" field to bus structure. 2005-04-25 18:54:15 +00:00
isa.c isa.c uses the new table infrastructure. 2005-04-27 12:24:38 +00:00
isa_ids.c bswap_16() exists; no need to use __bswap_16() 2005-04-21 16:38:28 +00:00
isapnp.c Some versions of doxygen seem to object to "@ret None" or similar. 2005-05-24 00:11:25 +00:00
mca.c Added "name" field to bus structure. 2005-04-25 18:54:15 +00:00
pci.c Strip down i386 PCI configuration space I/O to the bare minimum. A 2006-05-17 01:12:11 +00:00
pciextra.c Restructured PCI subsystem to fit the new device model. 2006-05-16 15:12:06 +00:00