Module Name:    src
Committed By:   jakllsch
Date:           Thu Jul 21 04:00:26 UTC 2011

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

Log Message:
Add dtv* at dtvbus? because I'll get weird looks if I introduce a #if NDTV > 0,
and also if I don't un-Break the build.


To generate a diff of this commit:
cvs rdiff -u -r1.324 -r1.325 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.324 src/sys/arch/amd64/conf/GENERIC:1.325
--- src/sys/arch/amd64/conf/GENERIC:1.324	Wed Jul 20 20:29:54 2011
+++ src/sys/arch/amd64/conf/GENERIC	Thu Jul 21 04:00:25 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.324 2011/07/20 20:29:54 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.325 2011/07/21 04:00:25 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.324 $"
+#ident 		"GENERIC-$Revision: 1.325 $"
 
 maxusers	64		# estimated number of users
 
@@ -1029,6 +1029,7 @@
 pseye* at uhub?		# Sony PLAYSTATION(R) Eye webcam
 uvideo* at uhub?	# USB Video Class capture devices
 video* at videobus?
+dtv* at dtvbus?
 
 
 # TV cards

Reply via email to