summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-12-25 20:05:36 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-12-25 20:05:36 +0000
commit17d0e18539545e656dd8f6b10bebadfa52bbb5b8 (patch)
treea3a463c93187e06f23e8e2d92d8290f9492e9574 /sys/arch/hp300/dev
parent40abb6914a8c8b48f0d107ca1b515fac49c7404b (diff)
Do not force DEBUG to be defined here. hp300 is already slow enough.
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r--sys/arch/hp300/dev/scsi.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hp300/dev/scsi.c b/sys/arch/hp300/dev/scsi.c
index 2f492963742..6ca91cfd968 100644
--- a/sys/arch/hp300/dev/scsi.c
+++ b/sys/arch/hp300/dev/scsi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: scsi.c,v 1.12 2002/07/10 20:30:14 jsyn Exp $ */
+/* $OpenBSD: scsi.c,v 1.13 2002/12/25 20:05:35 miod Exp $ */
/* $NetBSD: scsi.c,v 1.21 1997/05/05 21:08:26 thorpej Exp $ */
/*
@@ -40,9 +40,6 @@
* @(#)scsi.c 8.2 (Berkeley) 1/12/94
*/
-#ifndef DEBUG
-#define DEBUG
-#endif
/*
* HP9000/3xx 98658 SCSI host adaptor driver.
*/