diff options
Diffstat (limited to 'src/mainboard/asrock')
-rw-r--r-- | src/mainboard/asrock/b75m-itx/devicetree.cb | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/mainboard/asrock/b75m-itx/devicetree.cb b/src/mainboard/asrock/b75m-itx/devicetree.cb index 9fdad959b1..5b3387ac68 100644 --- a/src/mainboard/asrock/b75m-itx/devicetree.cb +++ b/src/mainboard/asrock/b75m-itx/devicetree.cb @@ -50,11 +50,13 @@ chip northbridge/intel/sandybridge end device pci 1c.1 off end # PCIe Port #2 device pci 1c.2 off end # PCIe Port #3 - device pci 1c.3 on # PCIe Port #4 - subsystemid 0x1849 0x1e16 + device pci 1c.3 on # PCIe Port #4, Realtek PCIe GbE Controller + device pci 00.0 on # PCI 10ec:8168 + subsystemid 0x1849 0x1e16 + end end device pci 1c.4 off end # PCIe Port #5 - device pci 1c.5 on # PCIe Port #6, Realtek PCIe GbE Controller + device pci 1c.5 on # PCIe Port #6 subsystemid 0x1849 0x1e1a end device pci 1c.6 off end # PCIe Port #7 |