patch-2.4.7 linux/drivers/isdn/hisax/nj_s.c

Next file: linux/drivers/isdn/hisax/nj_u.c
Previous file: linux/drivers/isdn/hisax/md
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.6/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.4 2001/02/16 16:43:28 kai Exp $
+// $Id: nj_s.c,v 2.7.6.5 2001/07/18 16:25:12 kai Exp $
 //
 // This file is (c) under GNU General Public License
 //
@@ -14,7 +14,7 @@
 #include <linux/ppp_defs.h>
 #include "netjet.h"
 
-const char *NETjet_S_revision = "$Revision: 2.7.6.4 $";
+const char *NETjet_S_revision = "$Revision: 2.7.6.5 $";
 
 static u_char dummyrr(struct IsdnCardState *cs, int chan, u_char off)
 {
@@ -240,11 +240,11 @@
 	bytecnt = 256;
 
 	printk(KERN_INFO
-		"NETjet-S: PCI card configured at 0x%x IRQ %d\n",
+		"NETjet-S: PCI card configured at %#lx IRQ %d\n",
 		cs->hw.njet.base, cs->irq);
 	if (check_region(cs->hw.njet.base, bytecnt)) {
 		printk(KERN_WARNING
-		       "HiSax: %s config port %x-%x already in use\n",
+		       "HiSax: %s config port %#lx-%#lx already in use\n",
 		       CardType[card->typ],
 		       cs->hw.njet.base,
 		       cs->hw.njet.base + bytecnt);

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