diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-04-21 16:57:05 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-04-21 16:57:05 +0000 |
commit | c6bcedb2c45a0f759d152cd263751184022ab67a (patch) | |
tree | 9f1d961a98beb486eccdfbb148f9324fa47749ee /src/mainboard/tyan/s2882 | |
parent | 771b1aefa3415eb644bfa030772f00b2178b368a (diff) |
yhlu's pnp patch
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1518 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2882')
-rw-r--r-- | src/mainboard/tyan/s2882/Config.lb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/mainboard/tyan/s2882/Config.lb b/src/mainboard/tyan/s2882/Config.lb index 360e77f461..7d84e15563 100644 --- a/src/mainboard/tyan/s2882/Config.lb +++ b/src/mainboard/tyan/s2882/Config.lb @@ -132,7 +132,8 @@ end makerule ./failover.inc depends "./romcc ./failover.E" - action "./romcc -O -o failover.inc --label-prefix=failover ./failover.E"end + action "./romcc -O -o failover.inc --label-prefix=failover ./failover.E" +end makerule ./auto.E depends "$(MAINBOARD)/auto.c option_table.h" @@ -149,6 +150,7 @@ mainboardinit cpu/k8/disable_mmx_sse.inc ### ### Include the secondary Configuration files ### + northbridge amd/amdk8 "mc0" pci 0:18.0 pci 0:18.0 @@ -175,7 +177,7 @@ northbridge amd/amdk8 "mc0" pci 1:0.2 on pci 1:1.0 off superio winbond/w83627hf link 1 - pnp 2e.0 off # Floppy + pnp 2e.0 on # Floppy io 0x60 = 0x3f0 irq 0x70 = 6 drq 0x74 = 2 @@ -198,7 +200,8 @@ northbridge amd/amdk8 "mc0" pnp 2e.8 off # GPIO2 pnp 2e.9 off # GPIO3 pnp 2e.a off # ACPI - pnp 2e.b off # HW Monitor + pnp 2e.b on # HW Monitor + io 0x60 = 0x290 end end end |