Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb mark USBNET_DEBUG as a defflag that depends on U...



details:   https://anonhg.NetBSD.org/src/rev/56c4329cfc38
branches:  trunk
changeset: 935895:56c4329cfc38
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jul 13 04:44:03 2020 +0000

description:
mark USBNET_DEBUG as a defflag that depends on USB_DEBUG.

diffstat:

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

diffs (17 lines):

diff -r 22f966e53aee -r 56c4329cfc38 sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Mon Jul 13 00:04:03 2020 +0000
+++ b/sys/dev/usb/files.usb     Mon Jul 13 04:44:03 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.175 2020/05/16 13:46:12 maya Exp $
+#      $NetBSD: files.usb,v 1.176 2020/07/13 04:44:03 mrg Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -70,6 +70,7 @@
 defflag opt_usb.h      URNDIS_DEBUG: USB_DEBUG
 defflag opt_usb.h      URTWN_DEBUG: USB_DEBUG
 defflag opt_usb.h      URTW_DEBUG: USB_DEBUG
+defflag opt_usb.h      USBNET_DEBUG: USB_DEBUG
 defflag opt_usb.h      USCANNER_DEBUG: USB_DEBUG
 defflag opt_usb.h      USLSA_DEBUG: USB_DEBUG
 defflag opt_usb.h      USMSC_DEBUG: USB_DEBUG



Home | Main Index | Thread Index | Old Index