patch-2.4.2 linux/drivers/isdn/hisax/nj_s.c
Next file: linux/drivers/isdn/hisax/nj_u.c
Previous file: linux/drivers/isdn/hisax/netjet.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Thu Feb 8 10:40:25 2001
- Orig file:
v2.4.1/linux/drivers/isdn/hisax/nj_s.c
- Orig date:
Wed Nov 29 10:12:29 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/isdn/hisax/nj_s.c linux/drivers/isdn/hisax/nj_s.c
@@ -1,4 +1,4 @@
-// $Id: nj_s.c,v 2.7.6.1 2000/11/29 16:00:14 kai Exp $
+// $Id: nj_s.c,v 2.7.6.2 2001/02/07 11:31:31 kai Exp $
//
// This file is (c) under GNU PUBLIC LICENSE
//
@@ -14,7 +14,7 @@
#include <linux/ppp_defs.h>
#include "netjet.h"
-const char *NETjet_S_revision = "$Revision: 2.7.6.1 $";
+const char *NETjet_S_revision = "$Revision: 2.7.6.2 $";
static u_char dummyrr(struct IsdnCardState *cs, int chan, u_char off)
{
@@ -171,6 +171,7 @@
PCI_DEVICE_ID_TIGERJET_300, dev_netjet))) {
if (pci_enable_device(dev_netjet))
return(0);
+ pci_set_master(dev_netjet);
cs->irq = dev_netjet->irq;
if (!cs->irq) {
printk(KERN_WARNING "NETjet-S: No IRQ for PCI card found\n");
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)