mb/asrock/b75pro3-m: 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: Ie1f0bad276f5c124d8d52772330982bf1342c72e Reviewed-on: https://review.coreboot.org/c/coreboot/+/73811 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
parent
247dd0e131
commit
13dcdff7c7
|
@ -49,9 +49,7 @@ chip northbridge/intel/sandybridge
|
|||
end
|
||||
device ref me_ide_r off # Management Engine IDE-R
|
||||
end
|
||||
device ref me_kt on # Management Engine KT
|
||||
subsystemid 0x1849 0x1e3d
|
||||
end
|
||||
device ref me_kt off end # Management Engine KT
|
||||
device ref gbe off # Intel Gigabit Ethernet
|
||||
end
|
||||
device ref ehci2 on # USB2 EHCI #2
|
||||
|
|
Loading…
Reference in New Issue