summaryrefslogtreecommitdiffstats
path: root/sys/gnu/i386/isa/nic3008.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/i386/isa/nic3008.c')
-rw-r--r--sys/gnu/i386/isa/nic3008.c11
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/gnu/i386/isa/nic3008.c b/sys/gnu/i386/isa/nic3008.c
index 084ff3f..ce14be8 100644
--- a/sys/gnu/i386/isa/nic3008.c
+++ b/sys/gnu/i386/isa/nic3008.c
@@ -1,6 +1,6 @@
-static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.3 1995/03/19 14:28:35 davidg Exp $";
+static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.4 1995/03/28 07:54:31 bde Exp $";
/*******************************************************************************
- * II - Version 0.1 $Revision: 1.3 $ $State: Exp $
+ * II - Version 0.1 $Revision: 1.4 $ $State: Exp $
*
* Copyright 1994 Dietmar Friede
*******************************************************************************
@@ -10,6 +10,11 @@ static char nic38_id[] = "@(#)$Id: nic3008.c,v 1.3 1995/03/19 14:28:35 david
*
*******************************************************************************
* $Log: nic3008.c,v $
+ * Revision 1.4 1995/03/28 07:54:31 bde
+ * Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
+ * (except in netccitt, netiso and netns) that I didn't notice when I fixed
+ * "all" such warnings before.
+ *
* Revision 1.3 1995/03/19 14:28:35 davidg
* Removed redundant newlines that were in some panic strings.
*
@@ -133,7 +138,7 @@ nicprobe(struct isa_device * is)
if (cstrcmp(dpr->niccy_ver, "NICCY V ") == 0)
{
- printf("NICCY NICCY-Card %d not found at %x\n"
+ printf("NICCY NICCY-Card %d not found at %p\n"
,is->id_unit, is->id_maddr);
return (0);
}
OpenPOWER on IntegriCloud