diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-26 15:46:38 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-10-26 15:46:38 +0000 |
commit | be272a64eb7c3b1637093ef22f6095485b94b4e4 (patch) | |
tree | 38bb396f40b8c862bf8101d0fa52184d4f4ee0e7 /sys/dev | |
parent | 5af3c382bd0d32973215ff42e2a4c4000567cddf (diff) |
Uhm, disable debugging my default, even if it probably is good to
run with it enabled for now.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/if_wi_usb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c index 1d48681a158..56cf77f6ab4 100644 --- a/sys/dev/usb/if_wi_usb.c +++ b/sys/dev/usb/if_wi_usb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_usb.c,v 1.1 2003/10/26 15:34:16 drahn Exp $ */ +/* $OpenBSD: if_wi_usb.c,v 1.2 2003/10/26 15:46:37 drahn Exp $ */ /* * Copyright (c) 2003 Dale Rahn. All rights reserved. @@ -110,7 +110,6 @@ void wi_dump_data(void *buffer, int len); void wi_usb_thread(void *arg); -#define WI_USB_DEBUG #ifdef WI_USB_DEBUG #define DPRINTF(x) if (wi_usbdebug) logprintf x #define DPRINTFN(n,x) if (wi_usbdebug >= (n)) logprintf x |