Module Name:    src
Committed By:   mrg
Date:           Tue Oct 27 22:25:23 UTC 2015

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

Log Message:
update some dependancies:

        USB_DEBUG doesn't depend upon other options.
        USBHIST depends upon USB_DEBUG and KERNHIST.

now i can build a kernel with just one of either USB_DEBUG or USBHIST
and the right thing happens.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 src/sys/dev/usb/files.usb

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/files.usb
diff -u src/sys/dev/usb/files.usb:1.135 src/sys/dev/usb/files.usb:1.136
--- src/sys/dev/usb/files.usb:1.135	Fri Oct 10 17:31:12 2014
+++ src/sys/dev/usb/files.usb	Tue Oct 27 22:25:23 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: files.usb,v 1.135 2014/10/10 17:31:12 uebayasi Exp $
+#	$NetBSD: files.usb,v 1.136 2015/10/27 22:25:23 mrg Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -9,8 +9,8 @@ defparam opt_usb.h	USBHIST_SIZE
 defflag	opt_usb.h	USB_FRAG_DMA_WORKAROUND
 
 # top level usb debug defines
-defflag	opt_usb.h	USBHIST: KERNHIST
-defflag	opt_usb.h	USB_DEBUG: USBHIST
+defflag	opt_usb.h	USB_DEBUG
+defflag	opt_usb.h	USBHIST: KERNHIST, USB_DEBUG
 
 # HC controllers
 defflag	opt_usb.h	EHCI_DEBUG: USB_DEBUG

Reply via email to