mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 05:04:40 +02:00
[adm5120] nfs-101u: add PCI IRQ map for the NEC USB controller (thanks to Daniel Schmitt for testing)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14363 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
38ab317f9e
commit
2126431b18
@ -12,10 +12,17 @@
|
||||
#include "cellvision.h"
|
||||
|
||||
static struct adm5120_pci_irq nfs101_pci_irqs[] __initdata = {
|
||||
/* FIXME: not tested */
|
||||
/* miniPCI slot */
|
||||
PCIIRQ(2, 0, 1, ADM5120_IRQ_PCI0),
|
||||
|
||||
/* ALi USB controller */
|
||||
PCIIRQ(3, 0, 2, ADM5120_IRQ_PCI2),
|
||||
PCIIRQ(3, 3, 1, ADM5120_IRQ_PCI1)
|
||||
PCIIRQ(3, 3, 1, ADM5120_IRQ_PCI1),
|
||||
|
||||
/* NEC USB controller */
|
||||
PCIIRQ(3, 0, 1, ADM5120_IRQ_PCI1),
|
||||
PCIIRQ(3, 1, 2, ADM5120_IRQ_PCI2),
|
||||
PCIIRQ(3, 2, 3, ADM5120_IRQ_PCI2),
|
||||
};
|
||||
|
||||
static u8 nfs101_vlans[6] __initdata = {
|
||||
|
Loading…
Reference in New Issue
Block a user