diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-21 21:16:27 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-21 21:16:27 +0000 |
commit | 8fa90ec274ae28d98188f576a06dcaeab9f180ce (patch) | |
tree | ac6e393b2892349f0d85848f61855be6a24faf25 /src/mainboard/iei | |
parent | 0c51ddd98b6355e4f070ff13766cd1e75b77037c (diff) |
Cut the crap.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5823 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/iei')
-rw-r--r-- | src/mainboard/iei/juki-511p/irq_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/iei/nova4899r/irq_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/iei/pcisa-lx-800-r10/irq_tables.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/iei/juki-511p/irq_tables.c b/src/mainboard/iei/juki-511p/irq_tables.c index e1cbba9a62..03244e9670 100644 --- a/src/mainboard/iei/juki-511p/irq_tables.c +++ b/src/mainboard/iei/juki-511p/irq_tables.c @@ -34,7 +34,7 @@ const struct irq_routing_table intel_irq_routing_table = { 0xc00, /* IRQs devoted exclusively to PCI usage */ 0x1078, /* Vendor */ 0x2, /* Device */ - 0, /* Crap (miniport) */ + 0, /* Miniport data */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */ 0x57, /* u8 checksum. This has to be set to some value that would give 0 after the sum of all diff --git a/src/mainboard/iei/nova4899r/irq_tables.c b/src/mainboard/iei/nova4899r/irq_tables.c index 7893e1032f..f3126b7058 100644 --- a/src/mainboard/iei/nova4899r/irq_tables.c +++ b/src/mainboard/iei/nova4899r/irq_tables.c @@ -57,7 +57,7 @@ const struct irq_routing_table intel_irq_routing_table = { .exclusive_irqs = 0x4C20, /* IRQs devoted exclusively to PCI usage */ .rtr_vendor = 0x1078, /* Vendor */ .rtr_device = 0x0100, /* Device */ - .miniport_data = 0, /* Crap (miniport) */ + .miniport_data = 0, /* Miniport data */ .checksum = 0xBF+16, /* TODO! calculate correct sum ! */ /* * Definition for "slot#0". There is no real slot, diff --git a/src/mainboard/iei/pcisa-lx-800-r10/irq_tables.c b/src/mainboard/iei/pcisa-lx-800-r10/irq_tables.c index 2c42bcf142..641b188628 100644 --- a/src/mainboard/iei/pcisa-lx-800-r10/irq_tables.c +++ b/src/mainboard/iei/pcisa-lx-800-r10/irq_tables.c @@ -53,7 +53,7 @@ const struct irq_routing_table intel_irq_routing_table = { 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) */ |