patch-2.4.20 linux-2.4.20/drivers/isdn/hisax/nj_s.c
Next file: linux-2.4.20/drivers/isdn/hisax/sedlbauer.c
Previous file: linux-2.4.20/drivers/isdn/hisax/niccy.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Thu Nov 28 15:53:13 2002
- Orig file:
linux-2.4.19/drivers/isdn/hisax/nj_s.c
- Orig date:
Fri Dec 21 09:41:54 2001
diff -urN linux-2.4.19/drivers/isdn/hisax/nj_s.c linux-2.4.20/drivers/isdn/hisax/nj_s.c
@@ -184,6 +184,14 @@
printk(KERN_WARNING "NETjet-S: No IO-Adr for PCI card found\n");
return(0);
}
+ /* 2001/10/04 Christoph Ersfeld, Formula-n Europe AG www.formula-n.com */
+ if ((dev_netjet->subsystem_vendor == 0x55) &&
+ (dev_netjet->subsystem_device == 0x02)) {
+ printk(KERN_WARNING "Netjet: You tried to load this driver with an incompatible TigerJet-card\n");
+ printk(KERN_WARNING "Use type=41 for Formula-n enter:now ISDN PCI and compatible\n");
+ return(0);
+ }
+ /* end new code */
} else {
printk(KERN_WARNING "NETjet-S: No PCI card found\n");
return(0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)