patch-2.4.0-test2 linux/drivers/net/rrunner.c
Next file: linux/drivers/net/rtl8129.c
Previous file: linux/drivers/net/rcpci45.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Jun 19 13:42:38 2000
- Orig file:
v2.4.0-test1/linux/drivers/net/rrunner.c
- Orig date:
Wed Apr 26 16:34:08 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/net/rrunner.c linux/drivers/net/rrunner.c
@@ -146,6 +146,9 @@
PCI_DEVICE_ID_ESSENTIAL_ROADRUNNER,
pdev)))
{
+ if (pci_enable_device(pdev))
+ continue;
+
if (pdev == opdev)
return 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)