Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb add UHSO_DEBUG for uhso(4) driver



details:   https://anonhg.NetBSD.org/src/rev/60d98b7d7a3e
branches:  trunk
changeset: 752777:60d98b7d7a3e
user:      plunky <plunky%NetBSD.org@localhost>
date:      Sat Mar 06 21:07:47 2010 +0000

description:
add UHSO_DEBUG for uhso(4) driver

diffstat:

 sys/dev/usb/usb.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r a7ec3a54d52a -r 60d98b7d7a3e sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Sat Mar 06 21:05:36 2010 +0000
+++ b/sys/dev/usb/usb.h Sat Mar 06 21:07:47 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.83 2009/09/04 17:55:48 dyoung Exp $  */
+/*     $NetBSD: usb.h,v 1.84 2010/03/06 21:07:47 plunky Exp $  */
 /*     $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $        */
 
 /*
@@ -88,6 +88,7 @@
 #define AXE_DEBUG 1
 #define UIPAQ_DEBUG 1
 #define UCYCOM_DEBUG 1
+#define UHSO_DEBUG 1
 #define Static
 #else
 #define Static static



Home | Main Index | Thread Index | Old Index