summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev/vs.c
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/mvme88k/dev/vs.c
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/mvme88k/dev/vs.c')
-rw-r--r--sys/arch/mvme88k/dev/vs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/vs.c b/sys/arch/mvme88k/dev/vs.c
index 5b1248f3293..cc4f9a9c6aa 100644
--- a/sys/arch/mvme88k/dev/vs.c
+++ b/sys/arch/mvme88k/dev/vs.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vs.c,v 1.33 2004/04/30 19:08:02 miod Exp $ */
+/* $OpenBSD: vs.c,v 1.34 2004/05/09 05:34:00 krw Exp $ */
/*
* Copyright (c) 1999 Steve Murphree, Jr.
@@ -494,7 +494,7 @@ vs_chksense(xs)
*/
xs->status = riopb->iopb_STATUS >> 8;
#ifdef SDEBUG
- scsi_print_sense(xs, 2);
+ scsi_print_sense(xs);
#endif
splx(s);
}