Module Name: src
Committed By: andvar
Date: Wed Dec 13 10:53:15 UTC 2023
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Removing obsolete TTY_DEBUG option from ALL kernels.
To generate a diff of this commit:
cvs rdiff -u -r1.182 -r1.183 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.513 -r1.514 src/sys/arch/i386/conf/ALL
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.182 src/sys/arch/amd64/conf/ALL:1.183
--- src/sys/arch/amd64/conf/ALL:1.182 Tue Dec 5 16:32:38 2023
+++ src/sys/arch/amd64/conf/ALL Wed Dec 13 10:53:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.182 2023/12/05 16:32:38 thorpej Exp $
+# $NetBSD: ALL,v 1.183 2023/12/13 10:53:15 andvar 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.182 $"
+#ident "ALL-$Revision: 1.183 $"
maxusers 64 # estimated number of users
@@ -2246,7 +2246,6 @@ options TROPICDEBUG
options TRTCMISADEBUG
options TSDEBUG
options TSLOT_DEBUG
-options TTY_DEBUG
options TUDEBUG
options TULIP_DEBUG
options TWA_DEBUG
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.513 src/sys/arch/i386/conf/ALL:1.514
--- src/sys/arch/i386/conf/ALL:1.513 Tue Dec 5 16:32:38 2023
+++ src/sys/arch/i386/conf/ALL Wed Dec 13 10:53:15 2023
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.513 2023/12/05 16:32:38 thorpej Exp $
+# $NetBSD: ALL,v 1.514 2023/12/13 10:53:15 andvar 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.513 $"
+#ident "ALL-$Revision: 1.514 $"
maxusers 64 # estimated number of users
@@ -2343,7 +2343,6 @@ options TROPICDEBUG
options TRTCMISADEBUG
options TSDEBUG
options TSLOT_DEBUG
-options TTY_DEBUG
options TUDEBUG
options TULIP_DEBUG
options TWA_DEBUG