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

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)