patch-2.4.0-test2 linux/drivers/char/mxser.c
Next file: linux/drivers/char/n_hdlc.c
Previous file: linux/drivers/char/msp3400.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Jun 19 13:25:06 2000
- Orig file:
v2.4.0-test1/linux/drivers/char/mxser.c
- Orig date:
Thu May 11 15:30:06 2000
diff -u --recursive --new-file v2.4.0-test1/linux/drivers/char/mxser.c linux/drivers/char/mxser.c
@@ -618,6 +618,8 @@
mxser_pcibrds[b].device_id, pdev);
if (!pdev)
break;
+ if (pci_enable_device(pdev))
+ continue;
b++;
hwconf.pdev = pdev;
printk("Found MOXA %s board(BusNo=%d,DevNo=%d)\n",
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)