Module Name:    src
Committed By:   maya
Date:           Mon Feb  3 19:37:42 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/i386/conf: ALL
        src/sys/dev/usb: files.usb

Log Message:
Remove more urio(4) traces.

Pointed out by maxv, thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.143 -r1.144 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.487 -r1.488 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.170 -r1.171 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/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.143 src/sys/arch/amd64/conf/ALL:1.144
--- src/sys/arch/amd64/conf/ALL:1.143	Wed Jan 29 18:39:00 2020
+++ src/sys/arch/amd64/conf/ALL	Mon Feb  3 19:37:42 2020
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 UPGT_DEBUG
 options UPLCOM_DEBUG
 options UPL_DEBUG
 options URAL_DEBUG
-options URIO_DEBUG
 options URLPHY_DEBUG
 options URL_DEBUG
 options URNDIS_DEBUG

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.487 src/sys/arch/i386/conf/ALL:1.488
--- src/sys/arch/i386/conf/ALL:1.487	Wed Jan 29 18:39:02 2020
+++ src/sys/arch/i386/conf/ALL	Mon Feb  3 19:37:42 2020
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 UPGT_DEBUG
 options UPLCOM_DEBUG
 options UPL_DEBUG
 options URAL_DEBUG
-options URIO_DEBUG
 options URLPHY_DEBUG
 options URL_DEBUG
 options URNDIS_DEBUG

Index: src/sys/dev/usb/files.usb
diff -u src/sys/dev/usb/files.usb:1.170 src/sys/dev/usb/files.usb:1.171
--- src/sys/dev/usb/files.usb:1.170	Mon Feb  3 12:56:26 2020
+++ src/sys/dev/usb/files.usb	Mon Feb  3 19:37:42 2020
@@ -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	UPGT_DEBUG: USB_DEBUG
 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

Reply via email to