bizzare change in netbsd land
authorderaadt <deraadt@openbsd.org>
Thu, 2 May 1996 13:31:42 +0000 (13:31 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 2 May 1996 13:31:42 +0000 (13:31 +0000)
sys/dev/isa/aha.c
sys/dev/isa/bt.c

index 9c005b7..633ea29 100644 (file)
@@ -1,5 +1,5 @@
-/*     $OpenBSD: aha.c,v 1.15 1996/04/22 20:03:02 hannken Exp $        */
-/*     $NetBSD: aha.c,v 1.7 1996/04/11 22:27:59 cgd Exp $      */
+/*     $OpenBSD: aha.c,v 1.16 1996/05/02 13:31:42 deraadt Exp $        */
+/*     $NetBSD: aha.c,v 1.8 1996/04/25 18:54:45 is Exp $       */
 
 #define AHADIAG
 #define integrate
@@ -211,10 +211,10 @@ aha_cmd(iobase, sc, icnt, ibuf, ocnt, obuf)
        u_char sts;
        u_char opcode = ibuf[0];
 
-       if (sc == NULL)
+       if (sc != NULL)
                name = sc->sc_dev.dv_xname;
        else
-               name = "(probe)";
+               name = "(aha probe)";
 
        /*
         * Calculate a reasonable timeout for the command.
index 1875d60..20672f1 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: bt.c,v 1.7 1996/04/11 22:28:25 cgd Exp $       */
+/*     $NetBSD: bt.c,v 1.8 1996/04/25 18:54:47 is Exp $        */
 
 #define BTDIAG
 #define integrate
@@ -200,10 +200,10 @@ bt_cmd(iobase, sc, icnt, ibuf, ocnt, obuf)
        u_char sts;
        u_char opcode = ibuf[0];
 
-       if (sc == NULL)
+       if (sc != NULL)
                name = sc->sc_dev.dv_xname;
        else
-               name = "(probe)";
+               name = "(bt probe)";
 
        /*
         * Calculate a reasonable timeout for the command.