Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb USTIR_DEBUG_IOCTLS doesnt compile, and depends o...



details:   https://anonhg.NetBSD.org/src/rev/76293862d44c
branches:  trunk
changeset: 783800:76293862d44c
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 09 01:44:46 2013 +0000

description:
USTIR_DEBUG_IOCTLS doesnt compile, and depends on a missing member in struct irframe_methods, so remove it

diffstat:

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

diffs (17 lines):

diff -r 90547f6d9f95 -r 76293862d44c sys/dev/usb/usb.h
--- a/sys/dev/usb/usb.h Wed Jan 09 01:39:44 2013 +0000
+++ b/sys/dev/usb/usb.h Wed Jan 09 01:44:46 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: usb.h,v 1.98 2013/01/07 15:14:17 christos Exp $        */
+/*     $NetBSD: usb.h,v 1.99 2013/01/09 01:44:46 jmcneill Exp $        */
 /*     $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $        */
 
 /*
@@ -116,7 +116,6 @@
 #define USLSA_DEBUG 1
 #define USSCANNER_DEBUG 1
 #define USTIR_DEBUG 1
-#define USTIR_DEBUG_IOCTLS 1
 #define UTHUM_DEBUG 1
 #define UTOPPY_DEBUG 1
 #define UTS_DEBUG 1



Home | Main Index | Thread Index | Old Index