Drop console/console.c and pc80/serial.c from mainboards'
[coreboot.git] / src / mainboard / iei / nova4899r / irq_tables.c
index 7946a86b92f90252351fc69bae5874e0d00f0b3c..7893e1032f10ae0a62f8f841adc70bf7f05b81c5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia@gmail.com>
  *
@@ -51,7 +51,7 @@
 const struct irq_routing_table intel_irq_routing_table = {
        .signature = PIRQ_SIGNATURE,    /* u32 signature */
        .version = PIRQ_VERSION,        /* u16 version   */
-       .size = 32+16*IRQ_SLOT_COUNT,   /* There can be total 4 devices on the bus */
+       .size = 32+16*CONFIG_IRQ_SLOT_COUNT,    /* There can be total 4 devices on the bus */
        .rtr_bus = 0x00,                /* Where the interrupt router lies (bus) */
        .rtr_devfn = (0x12<<3)|0x0,     /* Where the interrupt router lies (dev) */
        .exclusive_irqs = 0x4C20,       /* IRQs devoted exclusively to PCI usage */
@@ -118,7 +118,7 @@ const struct irq_routing_table intel_irq_routing_table = {
                        .slot = 0x2,
                },
  */
+
 /*
  * Definition for "slot#2". There is no real slot,
  * the network device is soldered...