diff options
author | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-19 00:32:45 +0000 |
---|---|---|
committer | Constantine Sapuntzakis <csapuntz@cvs.openbsd.org> | 1999-07-19 00:32:45 +0000 |
commit | 36e1764c94c607adb7d9d00d9e1a7af79af065e5 (patch) | |
tree | 9f2008ebca7789729a89c9948772da739ef37f52 /sys/dev/atapiscsi/atapiscsi.c | |
parent | 58f9378e19970786357a220ad8cef03195923722 (diff) |
Lower chatiness
Diffstat (limited to 'sys/dev/atapiscsi/atapiscsi.c')
-rw-r--r-- | sys/dev/atapiscsi/atapiscsi.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/atapiscsi/atapiscsi.c b/sys/dev/atapiscsi/atapiscsi.c index 01aefe60750..36f73e8dce4 100644 --- a/sys/dev/atapiscsi/atapiscsi.c +++ b/sys/dev/atapiscsi/atapiscsi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: atapiscsi.c,v 1.1 1999/07/18 21:25:18 csapuntz Exp $ */ +/* $OpenBSD: atapiscsi.c,v 1.2 1999/07/19 00:32:44 csapuntz Exp $ */ /* * This code is derived from code with the copyright below. @@ -81,7 +81,7 @@ #define DEBUG_FUNCS 0x08 #define DEBUG_PROBE 0x10 #ifdef WDCDEBUG -int wdcdebug_atapi_mask = 0xFF; +int wdcdebug_atapi_mask = 0x0; #define WDCDEBUG_PRINT(args, level) \ if (wdcdebug_atapi_mask & (level)) \ printf args |