diff --git a/src/mainboard/digitallogic/smartcore-p3/Config b/src/mainboard/digitallogic/smartcore-p3/Config index b0629cd02a..5d452bab26 100644 --- a/src/mainboard/digitallogic/smartcore-p3/Config +++ b/src/mainboard/digitallogic/smartcore-p3/Config @@ -32,6 +32,7 @@ option SMC_BASE=0x3F0 option CONFIG_UDELAY_TSC=1 option CONFIG_LINUXBIOS_ENABLE_IDE=1 option CONFIG_LINUXBIOS_LEGACY_IDE=1 +option CONFIG_COMPRESS=0 object mainboard.o object irq_tables.o diff --git a/src/mainboard/digitallogic/smartcore-p3/STATUS b/src/mainboard/digitallogic/smartcore-p3/STATUS index 3c2e192d87..438bcc85d1 100644 --- a/src/mainboard/digitallogic/smartcore-p3/STATUS +++ b/src/mainboard/digitallogic/smartcore-p3/STATUS @@ -19,7 +19,7 @@ console-types:Serial # vga is unsupported, unstable, or stable vga:unsupported # Last-known-good follows the internationl date standard: day/month/year -last-known-good: 18/11/2002 +last-known-good: 16/12/2002 Comments: You must set CONFIG_COMPRESS to 0 in your config file (see the example) Links: Mainboard-revision: diff --git a/src/mainboard/digitallogic/smartcore-p3/irq_tables.c b/src/mainboard/digitallogic/smartcore-p3/irq_tables.c index 43b5e4a3bc..977db159c3 100644 --- a/src/mainboard/digitallogic/smartcore-p3/irq_tables.c +++ b/src/mainboard/digitallogic/smartcore-p3/irq_tables.c @@ -4,7 +4,7 @@ Documentation at : http://www.microsoft.com/hwdev/busbios/PCIIRQ.HTM */ - +#define IRQ_SLOT_COUNT 19 #include const struct irq_routing_table intel_irq_routing_table = {