Module Name:    src
Committed By:   jmcneill
Date:           Tue Aug 30 12:13:25 UTC 2011

Modified Files:
        src/sys/arch/amd64/conf: GENERIC
        src/sys/arch/i386/conf: GENERIC

Log Message:
revert previous


To generate a diff of this commit:
cvs rdiff -u -r1.335 -r1.336 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1050 -r1.1051 src/sys/arch/i386/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.335 src/sys/arch/amd64/conf/GENERIC:1.336
--- src/sys/arch/amd64/conf/GENERIC:1.335	Tue Aug 30 08:01:13 2011
+++ src/sys/arch/amd64/conf/GENERIC	Tue Aug 30 12:13:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.335 2011/08/30 08:01:13 jruoho Exp $
+# $NetBSD: GENERIC,v 1.336 2011/08/30 12:13:25 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.335 $"
+#ident 		"GENERIC-$Revision: 1.336 $"
 
 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 ?

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1050 src/sys/arch/i386/conf/GENERIC:1.1051
--- src/sys/arch/i386/conf/GENERIC:1.1050	Tue Aug 30 08:01:13 2011
+++ src/sys/arch/i386/conf/GENERIC	Tue Aug 30 12:13:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1050 2011/08/30 08:01:13 jruoho Exp $
+# $NetBSD: GENERIC,v 1.1051 2011/08/30 12:13:25 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1050 $"
+#ident 		"GENERIC-$Revision: 1.1051 $"
 
 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 ?

Reply via email to