ASUS M2N-E: Enable PCI-E x16 slot.
authorUwe Hermann <uwe@hermann-uwe.de>
Sun, 19 Dec 2010 01:08:40 +0000 (01:08 +0000)
committerUwe Hermann <uwe@hermann-uwe.de>
Sun, 19 Dec 2010 01:08:40 +0000 (01:08 +0000)
Simple devicetree.cb fix, tested on hardware using a PCI-E x16 graphics card.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6203 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/asus/m2n-e/devicetree.cb

index e51f78a3f8c8c7d63a03f74fa9f6a1d6c7f8afb2..dbadf0ed7776f010287222c73a75d03063d08af7 100644 (file)
@@ -103,7 +103,7 @@ chip northbridge/amd/amdk8/root_complex             # Root complex
           device pci c.0 on end                        # PCI E 3 (PCIEX1_2)
           device pci d.0 on end                        # PCI E 2 (PCIEX1_1)
           device pci e.0 off end               # PCI E 1
-          device pci f.0 off end               # PCI E 0
+          device pci f.0 on end                        # PCI E 0 (PCIEX16_1)
           register "ide0_enable" = "1"         # Primary IDE
           register "ide1_enable" = "0"         # Secondary IDE (N/A)
           register "sata0_enable" = "1"