Author: hargut Date: 2009-07-02 21:06:01 +0200 (Thu, 02 Jul 2009) New Revision: 4396
Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb Log: ChangeLog: Turn on Parallel Port and Floppy in Config.lb Signed-off-by: Harald Gutmann <[email protected]> Acked-by: Andreas B. Mundt <[email protected]> Modified: trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb =================================================================== --- trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb 2009-07-02 19:02:33 UTC (rev 4395) +++ trunk/coreboot-v2/src/mainboard/gigabyte/m57sli/Config.lb 2009-07-02 19:06:01 UTC (rev 4396) @@ -196,7 +196,7 @@ 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 @@ 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 -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

