Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/dev/usb Put the USBVERBOSE option into a heade...



details:   https://anonhg.NetBSD.org/src/rev/e436f23f4ee6
branches:  pgoyette-compat
changeset: 830758:e436f23f4ee6
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Sep 23 07:27:34 2018 +0000

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

diffstat:

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

diffs (16 lines):

diff -r 9d276d29275c -r e436f23f4ee6 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Sun Sep 23 07:16:41 2018 +0000
+++ b/sys/dev/usb/files.usb     Sun Sep 23 07:27:34 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index