aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/bus/pci.c
Commit message (Expand)AuthorAgeFilesLines
* [pci] Separate permission to probe buses from bus:dev.fn range discoveryMichael Brown2024-08-151-0/+4
* [efi] Do not attempt to drive PCI bridge devicesefibridgeMichael Brown2023-02-031-0/+1
* [pci] Generalise pci_num_bus() to pci_discover()Michael Brown2022-09-151-13/+21
* [pci] Check for wraparound in callers of pci_find_next()Michael Brown2022-09-151-3/+3
* [pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown2022-09-151-8/+8
* [pci] Ensure that pci_read_config() initialises all fieldsMichael Brown2022-02-161-0/+5
* [pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown2021-04-101-2/+25
* [pci] Support systems with multiple PCI root bridgesMichael Brown2016-06-091-4/+4
* [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/+57
* [pci] Standardise debug message formatMichael Brown2010-11-241-19/+17
* [build] Rename gPXE to iPXEMichael Brown2010-04-191-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/+1
* [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/+1
* 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/+16
* 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-191-1/+1
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-271-1/+0
* 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/+4
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-298/+270
* 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/+0
* 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