-/* $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
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.
-/* $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
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.