Module Name:    src
Committed By:   pgoyette
Date:           Sun Sep 23 07:27:34 UTC 2018

Modified Files:
        src/sys/dev/usb [pgoyette-compat]: files.usb

Log Message:
Put the USBVERBOSE option into a header file so it can be found by
modules.


To generate a diff of this commit:
cvs rdiff -u -r1.150.2.1 -r1.150.2.2 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.150.2.1 src/sys/dev/usb/files.usb:1.150.2.2
--- src/sys/dev/usb/files.usb:1.150.2.1	Thu Sep  6 06:56:04 2018
+++ src/sys/dev/usb/files.usb	Sun Sep 23 07:27:34 2018
@@ -1,10 +1,10 @@
-#	$NetBSD: files.usb,v 1.150.2.1 2018/09/06 06:56:04 pgoyette Exp $
+#	$NetBSD: files.usb,v 1.150.2.2 2018/09/23 07:27:34 pgoyette Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
 # their own "major" declarations for the appropriate devices.
 
-defflag	USBVERBOSE
+defflag	opt_usbverbose.h USBVERBOSE
 defflag	opt_usb.h	USB_FRAG_DMA_WORKAROUND
 
 # HC controllers

Reply via email to