summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/a8n_e/Options.lb
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2008-10-01 13:10:39 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-10-01 13:10:39 +0000
commitb816d332a316f90fa0c90df4c7fed97a2de4af40 (patch)
tree663aef624d6268b4d40494eaf9d436f836ce4f80 /src/mainboard/asus/a8n_e/Options.lb
parent2ee6779a64922af755a35ce70f85f2d67b488557 (diff)
Enable all available devices on the ASUS A8N-E (trivial).
This is in preparation for actually making the devices work (which needs some extra code). Also, fix the incorrect mainboard subsystem IDs. 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@3625 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/a8n_e/Options.lb')
-rw-r--r--src/mainboard/asus/a8n_e/Options.lb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/a8n_e/Options.lb b/src/mainboard/asus/a8n_e/Options.lb
index 3e3f2ce03f..fd551aa42a 100644
--- a/src/mainboard/asus/a8n_e/Options.lb
+++ b/src/mainboard/asus/a8n_e/Options.lb
@@ -146,8 +146,8 @@ default WAIT_BEFORE_CPUS_INIT = 0
default CONFIG_IOAPIC = 1
default MAINBOARD_PART_NUMBER = "A8N-E"
default MAINBOARD_VENDOR = "ASUS"
-default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID = 0x10f1
-default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID = 0x2891
+default MAINBOARD_PCI_SUBSYSTEM_VENDOR_ID = 0x1043
+default MAINBOARD_PCI_SUBSYSTEM_DEVICE_ID = 0x815a
default STACK_SIZE = 8 * 1024
default HEAP_SIZE = 16 * 1024
# Only use the option table in a normal image.