Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/isa really fix it this time.



details:   https://anonhg.NetBSD.org/src/rev/af128989b5b1
branches:  trunk
changeset: 521319:af128989b5b1
user:      sommerfeld <sommerfeld%NetBSD.org@localhost>
date:      Mon Jan 28 03:47:14 2002 +0000

description:
really fix it this time.

diffstat:

 sys/dev/isa/seagate.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r fc37ff716051 -r af128989b5b1 sys/dev/isa/seagate.c
--- a/sys/dev/isa/seagate.c     Mon Jan 28 03:45:25 2002 +0000
+++ b/sys/dev/isa/seagate.c     Mon Jan 28 03:47:14 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: seagate.c,v 1.47 2002/01/28 03:45:25 sommerfeld Exp $  */
+/*     $NetBSD: seagate.c,v 1.48 2002/01/28 03:47:14 sommerfeld Exp $  */
 
 /*
  * ST01/02, Future Domain TMC-885, TMC-950 SCSI driver
@@ -65,7 +65,7 @@
  */
  
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: seagate.c,v 1.47 2002/01/28 03:45:25 sommerfeld Exp $");
+__KERNEL_RCSID(0, "$NetBSD: seagate.c,v 1.48 2002/01/28 03:47:14 sommerfeld Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -370,7 +370,7 @@
                break;
        default:
 #ifdef DEBUG
-               printf("seaprobe: board type unknown at address 0x%x\n", maddr);
+               printf("seaprobe: board type unknown at address %p\n", maddr);
 #endif
                return 0;
        }
@@ -428,7 +428,7 @@
                break;
        default:
 #ifdef DEBUG
-               printf("%s: board type unknown at address 0x%x\n",
+               printf("%s: board type unknown at address %p\n",
                    sea->sc_dev.dv_xname, sea->maddr);
 #endif
                return;



Home | Main Index | Thread Index | Old Index