aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/pci.h
AgeCommit message (Expand)AuthorFilesLines
2023-02-03[efi] Do not attempt to drive PCI bridge devicesefibridgeMichael Brown1-0/+2
2022-09-19[pci] Add minimal PCI bridge driverMichael Brown1-0/+15
2022-09-15[pci] Generalise pci_num_bus() to pci_discover()Michael Brown1-3/+0
2022-09-15[pci] Allow pci_find_next() to return non-zero PCI segmentsMichael Brown1-1/+1
2022-08-08[pci] Generalise function-level reset mechanismMichael Brown1-0/+1
2021-04-10[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECTMichael Brown1-0/+3
2020-11-05[efi] Provide DMA operations for EFI PCI devicesMichael Brown1-0/+3
2019-04-24[pci] Add support for PCI MSI-X interruptsMichael Brown1-0/+11
2016-06-09[pci] Support systems with multiple PCI root bridgesMichael Brown1-7/+9
2016-05-20[pci] Add support for PCI Enhanced AllocationMichael Brown1-0/+1
2016-04-15[pci] Add pci_find_next_capability()Ladi Prosek1-0/+2
2015-11-30[pci] Add definitions for PCI Express function level reset (FLR)Michael Brown1-0/+7
2015-05-09[ehci] Allow UHCI/OHCI controllers to locate the EHCI companion controllerMichael Brown1-0/+1
2015-05-08[pci] Provide PCI_CLASS() to calculate a scalar PCI class valueMichael Brown1-4/+12
2015-03-03[pci] Rewrite unrelicensable portions of pci.hMichael Brown1-296/+101
2015-03-02[pci] Remove outdated and mostly-unused pci_ids.h fileMichael Brown1-1/+50
2015-02-02[pci] Allow drivers to specify a PCI classMichael Brown1-0/+25
2013-08-05[pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown1-0/+2
2013-01-03[src] Fix spelling in comments, debug messages and local variable namesStefan Weil1-1/+1
2011-11-11[undi] Ensure that native drivers are tried before the UNDI PCI driverMichael Brown1-0/+3
2011-04-07[device] Make driver name a generic device propertyMichael Brown1-0/+1
2011-02-17[pci] Modularise PCI device supportMichael Brown1-0/+28
2011-02-17[pci] Make driver PCI ID a property of the PCI deviceMichael Brown1-5/+3
2011-02-17[pci] Use single "busdevfn" field in struct pci_deviceMichael Brown1-11/+10
2010-11-24[pci] Standardise debug message formatMichael Brown1-0/+7
2010-06-24[pci] Define Vendor Specific capability IDGlenn Brown1-0/+1
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-0/+402