diff options
-rw-r--r-- | src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb b/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb index c2455c9ab8..cad9c5c3a9 100644 --- a/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb +++ b/src/mainboard/asus/p8x7x-series/variants/p8z77-m/overridetree.cb @@ -11,7 +11,10 @@ chip northbridge/intel/sandybridge device pci 1c.2 off end # PCIe Port #3 device pci 1c.3 off end # PCIe Port #4 device pci 1c.4 on end # PCIe Port #5 (PCIe x1 slot) - device pci 1c.5 on end # PCIe Port #6 + device pci 1c.5 on # PCIe Port #6 (RTL8111F GbE NIC) + subsystemid 0x1849 0x1e1a + device pci 00.0 on end # make onboard + end device pci 1c.6 on end # PCIe Port #7 (PCI slot via ASM1083) device pci 1c.7 off end # PCIe Port #8 device pci 1f.0 on # LPC bridge |