CONFIG_COMPRESS=0 in mainboard Config

update STATUS
fix irq_tables.c for broken gcc 3.2
This commit is contained in:
Ronald G. Minnich 2002-12-16 19:03:24 +00:00
parent 7699e7a8f9
commit c13071bd98
3 changed files with 3 additions and 2 deletions

View file

@ -32,6 +32,7 @@ option SMC_BASE=0x3F0
option CONFIG_UDELAY_TSC=1 option CONFIG_UDELAY_TSC=1
option CONFIG_LINUXBIOS_ENABLE_IDE=1 option CONFIG_LINUXBIOS_ENABLE_IDE=1
option CONFIG_LINUXBIOS_LEGACY_IDE=1 option CONFIG_LINUXBIOS_LEGACY_IDE=1
option CONFIG_COMPRESS=0
object mainboard.o object mainboard.o
object irq_tables.o object irq_tables.o

View file

@ -19,7 +19,7 @@ console-types:Serial
# vga is unsupported, unstable, or stable # vga is unsupported, unstable, or stable
vga:unsupported vga:unsupported
# Last-known-good follows the internationl date standard: day/month/year # 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) Comments: You must set CONFIG_COMPRESS to 0 in your config file (see the example)
Links: Links:
Mainboard-revision: Mainboard-revision:

View file

@ -4,7 +4,7 @@
Documentation at : http://www.microsoft.com/hwdev/busbios/PCIIRQ.HTM Documentation at : http://www.microsoft.com/hwdev/busbios/PCIIRQ.HTM
*/ */
#define IRQ_SLOT_COUNT 19
#include <arch/pirq_routing.h> #include <arch/pirq_routing.h>
const struct irq_routing_table intel_irq_routing_table = { const struct irq_routing_table intel_irq_routing_table = {