diff options
-rw-r--r-- | src/mainboard/foxconn/d41s/devicetree.cb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/foxconn/d41s/devicetree.cb b/src/mainboard/foxconn/d41s/devicetree.cb index 0fd9e29cc9..21e87626b6 100644 --- a/src/mainboard/foxconn/d41s/devicetree.cb +++ b/src/mainboard/foxconn/d41s/devicetree.cb @@ -26,6 +26,7 @@ chip northbridge/intel/pineview # Northbridge end end device domain 0 on # PCI domain + subsystemid 0x105b 0x0d55 inherit device pci 0.0 on end # Host Bridge device pci 1.0 off end # PEG device pci 2.0 on end # Integrated graphics controller @@ -45,7 +46,9 @@ chip northbridge/intel/pineview # Northbridge device pci 1b.0 on end # Audio device pci 1c.0 on end # PCIe 1 - device pci 1c.1 on end # PCIe 2 (NIC) + device pci 1c.1 on # PCIe 2 (NIC) + device pci 00.0 on end + end device pci 1c.2 off end # PCIe 3 device pci 1c.3 off end # PCIe 4 # (PCIe 5 and 6 not on nm10?) |