Cut the crap.
[coreboot.git] / src / mainboard / iei / pcisa-lx-800-r10 / irq_tables.c
index affbfc67909b54708d5489274bb1958859bfec1b..641b18862823548b677f6c6293c8523f71c7d50a 100644 (file)
 const struct irq_routing_table intel_irq_routing_table = {
        PIRQ_SIGNATURE,         /* u32 signature */
        PIRQ_VERSION,           /* u16 version   */
-       32 + 16 * IRQ_SLOT_COUNT,/* there can be total 6 devices on the bus */
+       32 + 16 * CONFIG_IRQ_SLOT_COUNT,/* there can be total CONFIG_IRQ_SLOT_COUNT devices on the bus */
        0x00,                   /* Where the interrupt router lies (bus) */
        (0x0F << 3) | 0x0,      /* Where the interrupt router lies (dev) */
        EXCLUSIVE_PCI_IRQS,     /* IRQs devoted exclusively to PCI usage */
        0x1078,                 /* Vendor */
        0x0002,                 /* Device */
-       0,                      /* Crap (miniport) */
+       0,                      /* Miniport data */
        {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},      /* u8 rfu[11] */
        0x62,                   /* u8 checksum , this has to set to some value that would give 0 after the sum of all bytes for this structure (including checksum) */