mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
DBE63: Update comments in irq_tables.h for DBE63 hardware
Signed-off-by: Mart Raudsepp <mart.raudsepp@artecdesign.ee> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1122 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
471f975e27
commit
d6cf2da867
1 changed files with 3 additions and 3 deletions
|
@ -56,11 +56,11 @@ const struct irq_routing_table intel_irq_routing_table = {
|
|||
{
|
||||
/* If you change the number of entries, change IRQ_SLOT_COUNT above! */
|
||||
/* bus, dev|fn, {link, bitmap}, {link, bitmap}, {link, bitmap}, {link, bitmap}, slot, rfu */
|
||||
// Geode GX3 Host Bridge and VGA Graphics
|
||||
// Geode LX Host Bridge and VGA Graphics
|
||||
{0x00, (0x01 << 3) | 0x0, {{L_PIRQA, M_PIRQA}, {0x00, 0x00}, {0x00, 0x00}, {0x00, 0x00}}, 0x0, 0x0},
|
||||
// Geode CS5535/CS5536 IO Companion: USB controllers, IDE, Audio.
|
||||
// Geode CS5536 IO Companion: USB controllers, IDE, Audio.
|
||||
{0x00, (0x0F << 3) | 0x0, {{L_PIRQA, M_PIRQA}, {L_PIRQB, M_PIRQB}, {L_PIRQC, M_PIRQC}, {L_PIRQD, M_PIRQD}}, 0x0, 0x0},
|
||||
// Realtek RTL8100/8139 Network Controller
|
||||
// VIA Velocity VT6122 Network Controller
|
||||
{0x00, (0x0D << 3) | 0x0, {{L_PIRQB, M_PIRQB}, {0x00, 0x00}, {0x00, 0x00}, {0x00, 0x00}}, 0x0, 0x0},
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue