diff options
author | Michael Brown <mcb30@ipxe.org> | 2013-07-13 12:42:40 +0200 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2013-07-13 12:44:45 +0200 |
commit | d8392851d2d5cfe0a7f79c2dab29219f59affa60 (patch) | |
tree | 9c9f9b7167a07518892075d3267f53c3d94f4679 /src/config/defaults | |
parent | 3dbcce51eaa3de66c945628676d9303aca5a98fd (diff) | |
download | ipxe-d8392851d2d5cfe0a7f79c2dab29219f59affa60.tar.gz |
[linux] Add support for accessing PCI configuration space via /proc/bus/pci
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/linux.h b/src/config/defaults/linux.h index 666db6b82..2b565943f 100644 --- a/src/config/defaults/linux.h +++ b/src/config/defaults/linux.h @@ -17,6 +17,7 @@ #define ENTROPY_LINUX #define TIME_LINUX #define REBOOT_NULL +#define PCIAPI_LINUX #define DRIVERS_LINUX |