summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2004-05-09 05:34:01 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2004-05-09 05:34:01 +0000
commit23d32038c454aebfcf199160132412aaa53a7d26 (patch)
tree18aedeec8003e279fc0238ddd741e9112f69164c /sys/arch/mvme68k/dev
parent641fdb00a006aacea6967546d45f479fe607883f (diff)
Eliminate verbosity parameter to scsi_print_sense and the associated
chunk of code. It was never executed unless you were debugging a mvmex8k 'vs' device. ok miod@ (mvmex8k bits) marco@ deraadt@
Diffstat (limited to 'sys/arch/mvme68k/dev')
-rw-r--r--sys/arch/mvme68k/dev/vs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme68k/dev/vs.c b/sys/arch/mvme68k/dev/vs.c
index bfa6f6a01c0..d3d31f4fc59 100644
--- a/sys/arch/mvme68k/dev/vs.c
+++ b/sys/arch/mvme68k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.14 2004/01/20 16:48:23 miod Exp $ */
+/* $OpenBSD: vs.c,v 1.15 2004/05/09 05:34:00 krw Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -443,7 +443,7 @@ vs_chksense(xs)
*/
xs->status = riopb->iopb_STATUS >> 8;
#ifdef SDEBUG
- scsi_print_sense(xs, 2);
+ scsi_print_sense(xs);
#endif
splx(s);
}