Module Name:    src
Committed By:   jmcneill
Date:           Wed Jan  9 01:44:47 UTC 2013

Modified Files:
        src/sys/dev/usb: usb.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 src/sys/dev/usb/usb.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/usb/usb.h
diff -u src/sys/dev/usb/usb.h:1.98 src/sys/dev/usb/usb.h:1.99
--- src/sys/dev/usb/usb.h:1.98	Mon Jan  7 15:14:17 2013
+++ src/sys/dev/usb/usb.h	Wed Jan  9 01:44:46 2013
@@ -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 @@ MALLOC_DECLARE(M_USBHC);
 #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

Reply via email to