From: Uwe Hermann Date: Sun, 19 Dec 2010 01:08:40 +0000 (+0000) Subject: ASUS M2N-E: Enable PCI-E x16 slot. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=a05ddbc46d242760cb7e29426d7ca52efa12e0bb ASUS M2N-E: Enable PCI-E x16 slot. Simple devicetree.cb fix, tested on hardware using a PCI-E x16 graphics card. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6203 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/mainboard/asus/m2n-e/devicetree.cb b/src/mainboard/asus/m2n-e/devicetree.cb index e51f78a3f..dbadf0ed7 100644 --- a/src/mainboard/asus/m2n-e/devicetree.cb +++ b/src/mainboard/asus/m2n-e/devicetree.cb @@ -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"