adm5120: convert to use the new mips multimachine stuff
[openwrt.git] / target / linux / adm5120 / files / arch / mips / adm5120 / cellvision / nfs-101.c
index 3ad99ac..7d214c0 100644 (file)
 #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 = {
@@ -36,4 +43,5 @@ static void __init nfs101_setup(void)
                                nfs101_pci_irqs);
 }
 
-MIPS_MACHINE(MACH_ADM5120_NFS101U, "Cellvision NFS-101U/101WU", nfs101_setup);
+MIPS_MACHINE(MACH_ADM5120_NFS101U, "NFS-101U", "Cellvision NFS-101U/101WU",
+            nfs101_setup);
This page took 0.027338 seconds and 4 git commands to generate.