Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Comment out the legacy bktr(4) from the GENERICs.
details: https://anonhg.NetBSD.org/src/rev/b7f1530994e4
branches: trunk
changeset: 769016:b7f1530994e4
user: jruoho <jruoho%NetBSD.org@localhost>
date: Tue Aug 30 08:01:13 2011 +0000
description:
Comment out the legacy bktr(4) from the GENERICs.
diffstat:
sys/arch/amd64/conf/GENERIC | 8 ++++----
sys/arch/i386/conf/GENERIC | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (58 lines):
diff -r 6fe6b9d0ec5a -r b7f1530994e4 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Tue Aug 30 07:54:15 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC Tue Aug 30 08:01:13 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.334 2011/08/18 20:55:21 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.335 2011/08/30 08:01:13 jruoho Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.334 $"
+#ident "GENERIC-$Revision: 1.335 $"
maxusers 64 # estimated number of users
@@ -1032,8 +1032,8 @@
# TV cards
# Brooktree 848/849/878/879 based TV cards
-bktr* at pci? dev ? function ?
-radio* at bktr?
+#bktr* at pci? dev ? function ?
+#radio* at bktr?
# Conexant CX2388[0-3]-based DTV cards
#cxdtv* at pci? dev ? function ?
diff -r 6fe6b9d0ec5a -r b7f1530994e4 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Tue Aug 30 07:54:15 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC Tue Aug 30 08:01:13 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1049 2011/08/27 09:28:55 mbalmer Exp $
+# $NetBSD: GENERIC,v 1.1050 2011/08/30 08:01:13 jruoho Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1049 $"
+#ident "GENERIC-$Revision: 1.1050 $"
maxusers 64 # estimated number of users
@@ -1433,8 +1433,8 @@
# TV cards
# Brooktree 848/849/878/879 based TV cards
-bktr* at pci? dev ? function ?
-radio* at bktr?
+#bktr* at pci? dev ? function ?
+#radio* at bktr?
# Conexant CX2388[0-3]-based DTV cards
#cxdtv* at pci? dev ? function ?
Home |
Main Index |
Thread Index |
Old Index