diff options
author | Michael Brown <mcb30@ipxe.org> | 2022-09-19 17:47:57 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2022-09-19 17:47:57 +0100 |
commit | 3aa6b79c8d9dd0b4126c966aa83114dd0b9b4120 (patch) | |
tree | 99cb3ae4867260a4f9746f861551811e757c32be /src/include/ipxe/errfile.h | |
parent | 649176cd608e74ce54d20488a0618b4c6d8be71d (diff) | |
download | ipxe-3aa6b79c8d9dd0b4126c966aa83114dd0b9b4120.tar.gz |
[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>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r-- | src/include/ipxe/errfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h index 2b8adbfd6..1fca74742 100644 --- a/src/include/ipxe/errfile.h +++ b/src/include/ipxe/errfile.h @@ -217,6 +217,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define ERRFILE_rdc ( ERRFILE_DRIVER | 0x00d10000 ) #define ERRFILE_ice ( ERRFILE_DRIVER | 0x00d20000 ) #define ERRFILE_ecam ( ERRFILE_DRIVER | 0x00d30000 ) +#define ERRFILE_pcibridge ( ERRFILE_DRIVER | 0x00d40000 ) #define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 ) #define ERRFILE_arp ( ERRFILE_NET | 0x00010000 ) |