Module Name:    src
Committed By:   phx
Date:           Sun Feb 13 20:37:27 UTC 2011

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

Log Message:
uvideo works, so include it


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sandpoint/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/sandpoint/conf/GENERIC
diff -u src/sys/arch/sandpoint/conf/GENERIC:1.53 src/sys/arch/sandpoint/conf/GENERIC:1.54
--- src/sys/arch/sandpoint/conf/GENERIC:1.53	Mon Feb  7 12:51:18 2011
+++ src/sys/arch/sandpoint/conf/GENERIC	Sun Feb 13 20:37:26 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.53 2011/02/07 12:51:18 nisimura Exp $
+# $NetBSD: GENERIC,v 1.54 2011/02/13 20:37:26 phx Exp $
 #
 # machine description file for GENERIC NAS
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.53 $"
+#ident 		"GENERIC-$Revision: 1.54 $"
 
 maxusers	32
 
@@ -210,6 +210,10 @@
 uthum*	at uhidev? reportid ?				# TEMPerHUM sensors
 uhid*	at uhidev? reportid ?				# USB Generic HID
 
+# USB video
+uvideo* at uhub?			# USB Video Class capture devices
+video*	at videobus?
+
 # USB printer
 ulpt*	at uhub? port ? configuration ? interface ?	# USB Printer
 

Reply via email to