patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / i386 / kernel / scx200.c
index 340e7f3..22a2fe2 100644 (file)
@@ -86,7 +86,10 @@ int __init scx200_init(void)
 
        if ((bridge = pci_find_device(PCI_VENDOR_ID_NS, 
                                      PCI_DEVICE_ID_NS_SCx200_BRIDGE,
-                                     NULL)) == NULL)
+                                     NULL)) == NULL
+           && (bridge = pci_find_device(PCI_VENDOR_ID_NS,
+                                        PCI_DEVICE_ID_NS_SC1100_BRIDGE,
+                                        NULL)) == NULL)
                return -ENODEV;
 
        base = pci_resource_start(bridge, 0);