mb/asrock/b75m-itx: Disable unused ME KT PCI device
Resolve this message: [INFO ] PCI: Static device PCI: 00:16.3 not found, disabling it. The ME KT is very unlikely to exist on a consumer device as it is only used in combination with Intel AMT. AMT comes only with the corporate ME variant, whilst this mainboard is consumer grade. Signed-off-by: Fabian Groffen <grobian@gentoo.org> Change-Id: I15dd586db9cb4b2dd615b7bf78665df86a32cb9f Reviewed-on: https://review.coreboot.org/c/coreboot/+/73829 Reviewed-by: Kevin Keijzer <kevin@quietlife.nl> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
c109e4ba18
commit
8eacc74973
|
@ -35,9 +35,7 @@ chip northbridge/intel/sandybridge
|
||||||
end
|
end
|
||||||
device pci 16.1 off end # Management Engine Interface 2
|
device pci 16.1 off end # Management Engine Interface 2
|
||||||
device pci 16.2 off end # Management Engine IDE-R
|
device pci 16.2 off end # Management Engine IDE-R
|
||||||
device pci 16.3 on # Management Engine KT
|
device pci 16.3 off end # Management Engine KT
|
||||||
subsystemid 0x1849 0x1e3d
|
|
||||||
end
|
|
||||||
device pci 19.0 off end # Intel Gigabit Ethernet
|
device pci 19.0 off end # Intel Gigabit Ethernet
|
||||||
device pci 1a.0 on # USB2 EHCI #2
|
device pci 1a.0 on # USB2 EHCI #2
|
||||||
subsystemid 0x1849 0x1e2d
|
subsystemid 0x1849 0x1e2d
|
||||||
|
|
Loading…
Reference in New Issue