Module Name:    src
Committed By:   jmcneill
Date:           Mon Aug  8 18:57:59 UTC 2011

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

Log Message:
remove dtv (available as a module)


To generate a diff of this commit:
cvs rdiff -u -r1.330 -r1.331 src/sys/arch/amd64/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.330 src/sys/arch/amd64/conf/GENERIC:1.331
--- src/sys/arch/amd64/conf/GENERIC:1.330	Mon Aug  8 16:27:46 2011
+++ src/sys/arch/amd64/conf/GENERIC	Mon Aug  8 18:57:58 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.330 2011/08/08 16:27:46 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.331 2011/08/08 18:57:58 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.330 $"
+#ident 		"GENERIC-$Revision: 1.331 $"
 
 maxusers	64		# estimated number of users
 
@@ -1025,7 +1025,7 @@
 pseye* at uhub?		# Sony PLAYSTATION(R) Eye webcam
 uvideo* at uhub?	# USB Video Class capture devices
 video* at videobus?
-dtv* at dtvbus?
+#dtv* at dtvbus?
 
 
 # TV cards
@@ -1035,7 +1035,7 @@
 radio* at bktr?
 
 # Conexant CX2388[0-3]-based DTV cards
-cxdtv* at pci? dev ? function ?
+#cxdtv* at pci? dev ? function ?
 #iic* at cxdtv?
 
 

Reply via email to