summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus
Commit message (Expand)AuthorAgeFilesLines
* [pci] Add generic configuration space backup/restore facilityMichael Brown2009-10-141-0/+90
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-186-0/+12
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-135-30/+5Star
* [pci] Enable memory cycles in adjust_pci_device()Michael Brown2008-12-121-1/+2
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-192-0/+198
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-192-2/+2
* [isa] Fix a small typo in isa.c.Pantelis Koukousoulas2008-11-081-2/+2
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-124-4/+4
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-023-3/+2Star
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* This comment is no longer relevant.Michael Brown2007-07-031-5/+0Star
* Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-031-1/+1
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-022-0/+5
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-106-744/+696Star
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Add device description fields to struct device.Michael Brown2007-01-101-0/+4
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-102-7/+15
* Added support for wildcard device/vendor ID matchesMichael Brown2007-01-081-1/+4
* Add device to hierarchy before calling the driver's probe() function; thisMichael Brown2007-01-081-21/+16Star
* Remove warning (at least on platforms with uint32_t == unsigned long).Michael Brown2006-12-201-1/+1
* Use stdlib.h for malloc() instead of malloc.h.Michael Brown2006-12-201-1/+1
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-272-2/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-272-0/+2
* Added soon-to-be-requisite missing include.Michael Brown2006-06-054-0/+4
* Strip down i386 PCI configuration space I/O to the bare minimum. AMichael Brown2006-05-171-11/+4Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-162-298/+349
* Header rearrangement.Michael Brown2006-04-241-1/+1
* Merge from Etherboot 5.4Michael Brown2006-03-161-4/+5
|\
* | Some versions of doxygen seem to object to "@ret None" or similar.Michael Brown2005-05-241-19/+19
* | Use "#var" rather than "@c var" for doxygen.Michael Brown2005-05-201-7/+7
* | DoxygenationMichael Brown2005-05-191-58/+196
|/
* isa.c uses the new table infrastructure.Michael Brown2005-04-271-2/+2
* Add isapnp_max_csn to reduce scan time.Michael Brown2005-04-261-2/+20
* ISA bus driver updated to report devices as present only if a driverMichael Brown2005-04-261-38/+52
* Added "name" field to bus structure.Michael Brown2005-04-255-63/+84
* Debug message fixes.Michael Brown2005-04-223-3/+7
* Need to leave structure zeroedMichael Brown2005-04-222-2/+2
* Must not go beyond end of driver's probe list.Michael Brown2005-04-221-1/+4
* ConsistencyMichael Brown2005-04-221-1/+1
* Fix up fill_mca_nic.Michael Brown2005-04-221-2/+1Star
* Added friendly enable/disable functionsMichael Brown2005-04-222-6/+7