summaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/pci.c
Commit message (Expand)AuthorAgeFilesLines
* [pci] Rewrite unrelicensable portions of pci.hMichael Brown2015-03-031-8/+8
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [pci] Allow drivers to specify a PCI classMichael Brown2015-02-021-3/+6
* [pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown2013-08-051-21/+44
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [pci] Modularise PCI device supportMichael Brown2011-02-171-47/+79
* [pci] Make driver PCI ID a property of the PCI deviceMichael Brown2011-02-171-3/+3
* [pci] Replace pci_max_bus() with pci_num_bus()Michael Brown2011-02-171-1/+1
* [pci] Use single "busdevfn" field in struct pci_deviceMichael Brown2011-02-171-60/+57Star
* [pci] Standardise debug message formatMichael Brown2010-11-241-19/+17Star
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-3/+3
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-6/+1Star
* [pci] Enable memory cycles in adjust_pci_device()Michael Brown2008-12-121-1/+2
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
* Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-021-0/+3
* Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-101-3/+3
* 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-101-5/+11
* 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-271-1/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-271-0/+1
* 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-161-298/+270Star
* Header rearrangement.Michael Brown2006-04-241-1/+1
* Merge from Etherboot 5.4Michael Brown2006-03-161-4/+5
* Added "name" field to bus structure.Michael Brown2005-04-251-7/+8
* Updated all common buses to new API.Michael Brown2005-04-221-10/+10
* Tweaked API to minimise changes to existing drivers even further.Michael Brown2005-04-211-9/+9
* Created a bus/device API that allows for the ROM prefix to specify anMichael Brown2005-04-211-118/+135
* Use only the header files that we needMichael Brown2005-04-171-1/+3
* Place the call to adjust_pci_device() back in the individual drivers,Michael Brown2005-04-161-3/+0Star
* ConsistencyMichael Brown2005-04-161-1/+2
* Speed up PCI bus scanning by skipping fns 1-7 if fn 0 is not present.Michael Brown2005-04-161-1/+22
* Read number of PCI buses returned by BIOS so that we can scan moreMichael Brown2005-04-161-0/+11
* Made debug messages more consistent.Michael Brown2005-04-161-1/+1
* Improved debug messages.Michael Brown2005-04-161-13/+13
* Improve debug message legibility.Michael Brown2005-04-151-1/+1
* Standardised debug messages to make it easy to get a bus scan printoutMichael Brown2005-04-151-1/+1
* bus header files must include dev.h to get struct dev.Michael Brown2005-04-141-1/+0Star
* Tweak API to allow separation of bus-scanning and device-probing logic.Michael Brown2005-04-141-27/+27
* Standardised debug mechanism in place now.Michael Brown2005-04-141-7/+0Star
* Use the magic of common symbols to allow struct dev to effectively grow atMichael Brown2005-04-141-4/+27
* htons was used in ISAPnP code just due to ISAPnP storing bytes inMichael Brown2005-04-131-2/+2