diff options
author | Harald Gutmann <harald.gutmann@gmx.net> | 2009-07-02 19:06:01 +0000 |
---|---|---|
committer | Harald Gutmann <harald.gutmann@gmx.net> | 2009-07-02 19:06:01 +0000 |
commit | 29be535a40514d7327f560d5c6f19acf5d688d0e (patch) | |
tree | 0f140119053dcb2e5947f4da1dcabd92cf5539c5 /src/mainboard/gigabyte/m57sli/Config.lb | |
parent | c7233e089923870cb4dc483034f7e9c9334c9128 (diff) |
ChangeLog:
Turn on Parallel Port and Floppy in Config.lb
Signed-off-by: Harald Gutmann <harald.gutmann@gmx.net>
Acked-by: Andreas B. Mundt <andi.mundt@web.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4396 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/gigabyte/m57sli/Config.lb')
-rw-r--r-- | src/mainboard/gigabyte/m57sli/Config.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/gigabyte/m57sli/Config.lb b/src/mainboard/gigabyte/m57sli/Config.lb index 3f69d6f0e5..be770434b2 100644 --- a/src/mainboard/gigabyte/m57sli/Config.lb +++ b/src/mainboard/gigabyte/m57sli/Config.lb @@ -196,7 +196,7 @@ chip northbridge/amd/amdk8/root_complex device pci 1.0 on # LPC chip superio/ite/it8716f # Floppy and any LDN - device pnp 2e.0 off + device pnp 2e.0 on # Watchdog from CLKIN, CLKIN = 24 MHz irq 0x23 = 0x11 # Serial Flash (SPI only) @@ -213,7 +213,7 @@ chip northbridge/amd/amdk8/root_complex io 0x60 = 0x2f8 irq 0x70 = 3 end - device pnp 2e.3 off # Parallel Port + device pnp 2e.3 on # Parallel Port io 0x60 = 0x378 irq 0x70 = 7 end |