patch-2.2.16 linux/drivers/pci/pci.c
Next file: linux/drivers/s390/Config.in
Previous file: linux/drivers/pci/oldproc.c
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Wed Jun  7 14:26:43 2000
-  Orig file: 
v2.2.15/linux/drivers/pci/pci.c
-  Orig date: 
Wed May  3 17:16:43 2000
diff -urN v2.2.15/linux/drivers/pci/pci.c linux/drivers/pci/pci.c
@@ -305,9 +305,10 @@
 			 * as a child bus
 			 */
 			if(
-			   ((dev->vendor == PCI_VENDOR_ID_RCC) &&
-			    ((dev->device == PCI_DEVICE_ID_RCC_HE) ||
-			     (dev->device == PCI_DEVICE_ID_RCC_LE))) ||
+			   ((dev->vendor == PCI_VENDOR_ID_SERVERWORKS) &&
+			    ((dev->device == PCI_DEVICE_ID_SERVERWORKS_HE) ||
+			     (dev->device == PCI_DEVICE_ID_SERVERWORKS_LE) ||
+			     (dev->device == PCI_DEVICE_ID_SERVERWORKS_CMIC_HE))) ||
 			   ((dev->vendor == PCI_VENDOR_ID_COMPAQ) &&
 			    (dev->device == PCI_DEVICE_ID_COMPAQ_6010)) ||
 			   ((dev->vendor == PCI_VENDOR_ID_INTEL) &&
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)