]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[pci] Add minimal PCI bridge driver
authorMichael Brown <mcb30@ipxe.org>
Mon, 19 Sep 2022 16:47:57 +0000 (17:47 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 19 Sep 2022 16:47:57 +0000 (17:47 +0100)
commit3aa6b79c8d9dd0b4126c966aa83114dd0b9b4120
tree99cb3ae4867260a4f9746f861551811e757c32be
parent649176cd608e74ce54d20488a0618b4c6d8be71d
[pci] Add minimal PCI bridge driver

Add a minimal driver for PCI bridges that can be used to locate the
bridge to which a PCI device is attached.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/drivers/bus/pcibridge.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/pci.h
src/include/ipxe/pcibridge.h [new file with mode: 0644]