Daniele Forsi (dforsi@gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6301
-gerrit
commit c30fbe9b1ce60d41ce801498bc48cf10a445c8ec Author: Daniele Forsi dforsi@gmail.com Date: Thu Jul 17 11:59:41 2014 +0200
src/device/Kconfig: make help for VGA_BIOS_ID and PXE_ROM_ID more similar
Add to VGA_BIOS_ID the hint about lspci -nn and add to PXE_ROM_ID an empty line at the end for better readability in menuconfig.
Change-Id: I56751c047c1ff08142e2af58ef3ba5fe1169eba5 Signed-off-by: Daniele Forsi dforsi@gmail.com --- src/device/Kconfig | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/device/Kconfig b/src/device/Kconfig index 52d12c7..1b13829 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -316,6 +316,8 @@ config VGA_BIOS_ID the "0x" prefix) and 3230 specifies the PCI device ID of the video card (also in hex, without "0x" prefix).
+ Under GNU/Linux you can run `lspci -nn` to list the IDs of your PCI devices. + config INTEL_MBI bool "Add an MBI image" depends on NORTHBRIDGE_INTEL_I82830 @@ -534,6 +536,7 @@ config PXE_ROM_ID network card (also in hex, without "0x" prefix).
Under GNU/Linux you can run `lspci -nn` to list the IDs of your PCI devices. + endmenu
config SUBSYSTEM_VENDOR_ID