Source-Changes-HG archive

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

[src/trunk]: src/sys Remove more urio(4) traces.



details:   https://anonhg.NetBSD.org/src/rev/d1df4d5f882f
branches:  trunk
changeset: 744497:d1df4d5f882f
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Feb 03 19:37:42 2020 +0000

description:
Remove more urio(4) traces.

Pointed out by maxv, thanks.

diffstat:

 sys/arch/amd64/conf/ALL |  5 ++---
 sys/arch/i386/conf/ALL  |  5 ++---
 sys/dev/usb/files.usb   |  3 +--
 3 files changed, 5 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r 79e5bf85797a -r d1df4d5f882f sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Mon Feb 03 16:52:13 2020 +0000
+++ b/sys/arch/amd64/conf/ALL   Mon Feb 03 19:37:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.143 2020/01/29 18:39:00 maya Exp $
+# $NetBSD: ALL,v 1.144 2020/02/03 19:37:42 maya Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.143 $"
+#ident         "ALL-$Revision: 1.144 $"
 
 maxusers       64              # estimated number of users
 
@@ -2263,7 +2263,6 @@
 options UPLCOM_DEBUG
 options UPL_DEBUG
 options URAL_DEBUG
-options URIO_DEBUG
 options URLPHY_DEBUG
 options URL_DEBUG
 options URNDIS_DEBUG
diff -r 79e5bf85797a -r d1df4d5f882f sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Feb 03 16:52:13 2020 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Feb 03 19:37:42 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.487 2020/01/29 18:39:02 maya Exp $
+# $NetBSD: ALL,v 1.488 2020/02/03 19:37:42 maya Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.487 $"
+#ident         "ALL-$Revision: 1.488 $"
 
 maxusers       64              # estimated number of users
 
@@ -2379,7 +2379,6 @@
 options UPLCOM_DEBUG
 options UPL_DEBUG
 options URAL_DEBUG
-options URIO_DEBUG
 options URLPHY_DEBUG
 options URL_DEBUG
 options URNDIS_DEBUG
diff -r 79e5bf85797a -r d1df4d5f882f sys/dev/usb/files.usb
--- a/sys/dev/usb/files.usb     Mon Feb 03 16:52:13 2020 +0000
+++ b/sys/dev/usb/files.usb     Mon Feb 03 19:37:42 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.usb,v 1.170 2020/02/03 12:56:26 kre Exp $
+#      $NetBSD: files.usb,v 1.171 2020/02/03 19:37:42 maya Exp $
 #
 # Config file and device description for machine-independent USB code.
 # Included by ports that need it.  Ports that use it must provide
@@ -68,7 +68,6 @@
 defflag opt_usb.h      UPLCOM_DEBUG: USB_DEBUG
 defflag opt_usb.h      UPL_DEBUG: USB_DEBUG
 defflag opt_usb.h      URAL_DEBUG: USB_DEBUG
-defflag opt_usb.h      URIO_DEBUG: USB_DEBUG
 defflag opt_usb.h      URL_DEBUG: USB_DEBUG
 defflag opt_usb.h      URNDIS_DEBUG: USB_DEBUG
 defflag opt_usb.h      URTWN_DEBUG: USB_DEBUG



Home | Main Index | Thread Index | Old Index