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/a-trend | |
parent | 0c51ddd98b6355e4f070ff13766cd1e75b77037c (diff) | |
download | coreboot-8fa90ec274ae28d98188f576a06dcaeab9f180ce.tar.xz |
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/a-trend')
-rw-r--r-- | src/mainboard/a-trend/atc-6220/irq_tables.c | 2 | ||||
-rw-r--r-- | src/mainboard/a-trend/atc-6240/irq_tables.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/a-trend/atc-6220/irq_tables.c b/src/mainboard/a-trend/atc-6220/irq_tables.c index 8415fb12c3..f244f46e66 100644 --- a/src/mainboard/a-trend/atc-6220/irq_tables.c +++ b/src/mainboard/a-trend/atc-6220/irq_tables.c @@ -29,7 +29,7 @@ const struct irq_routing_table intel_irq_routing_table = { 0x600, /* IRQs devoted exclusively to PCI usage */ 0x8086, /* Vendor */ 0x7000, /* Device */ - 0, /* Crap (miniport) */ + 0, /* Miniport data */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */ 0x4e, /* Checksum */ { diff --git a/src/mainboard/a-trend/atc-6240/irq_tables.c b/src/mainboard/a-trend/atc-6240/irq_tables.c index 63b276f4fe..42f94f8c1c 100644 --- a/src/mainboard/a-trend/atc-6240/irq_tables.c +++ b/src/mainboard/a-trend/atc-6240/irq_tables.c @@ -29,7 +29,7 @@ const struct irq_routing_table intel_irq_routing_table = { 0xc20, /* IRQs devoted exclusively to PCI usage */ 0x8086, /* Vendor */ 0x7000, /* Device */ - 0, /* Crap (miniport) */ + 0, /* Miniport data */ { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, /* u8 rfu[11] */ 0x44, /* Checksum */ { |