mb/gigabyte/ga-h61ma-d3v: Correct subsystem ID
Linux does not handle either value in any special way, though. Change-Id: I833cb94e65b9ddfb79edbcdd0216c70740aa4a16 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39738 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
aee7ab2f6e
commit
8d7afcca36
|
@ -27,7 +27,7 @@ chip northbridge/intel/sandybridge
|
||||||
end
|
end
|
||||||
register "pci_mmio_size" = "2048"
|
register "pci_mmio_size" = "2048"
|
||||||
device domain 0x0 on
|
device domain 0x0 on
|
||||||
subsystemid 0x1458 0x5001 inherit
|
subsystemid 0x1458 0x5000 inherit
|
||||||
device pci 00.0 on end # Host bridge
|
device pci 00.0 on end # Host bridge
|
||||||
device pci 01.0 on end # PCIe Bridge for discrete graphics
|
device pci 01.0 on end # PCIe Bridge for discrete graphics
|
||||||
device pci 02.0 on end # Internal graphics
|
device pci 02.0 on end # Internal graphics
|
||||||
|
|
Loading…
Reference in New Issue