patch-2.2.14 linux/drivers/net/sktr.c

Next file: linux/drivers/net/slhc.c
Previous file: linux/drivers/net/sk98lin/skxmac2.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.2.13/linux/drivers/net/sktr.c linux/drivers/net/sktr.c
@@ -258,12 +258,12 @@
 		/* Remove I/O space marker in bit 0. */
 		pci_ioaddr &= ~3;
 
-		if((vendor != PCI_VENDOR_ID_SK) &&
+		if((vendor != PCI_VENDOR_ID_SYSKONNECT) &&
 		   (vendor != PCI_VENDOR_ID_COMPAQ))
 			continue;
 
-		if((vendor == PCI_VENDOR_ID_SK) && 
-		   (device != PCI_DEVICE_ID_SK_TR))
+		if((vendor == PCI_VENDOR_ID_SYSKONNECT) && 
+		   (device != PCI_DEVICE_ID_SYSKONNECT_TR))
 			continue;
 		else if((vendor == PCI_VENDOR_ID_COMPAQ) && 
 			(device != PCI_DEVICE_ID_COMPAQ_TOKENRING))

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)