From 4b0864422d4ff60fc586d41f248ae9c61f8d18db Mon Sep 17 00:00:00 2001 From: jmcneill Date: Tue, 9 Sep 2008 01:18:45 +0000 Subject: [PATCH] Add uvideo(4) --- sys/arch/amd64/conf/GENERIC | 5 +++-- sys/arch/i386/conf/GENERIC | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e30f423219cf..08bce678b2c2 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.224 2008/09/06 20:08:13 jmcneill Exp $ +# $NetBSD: GENERIC,v 1.225 2008/09/09 01:18:45 jmcneill Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.224 $" +#ident "GENERIC-$Revision: 1.225 $" maxusers 64 # estimated number of users @@ -953,6 +953,7 @@ midi* at pcppi? # MIDI interface to the PC speaker # Video capture devices pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam +uvideo* at uhub? # USB Video Class capture devices video* at videobus? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 95a5021d0e44..8d89e80bb1e4 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.907 2008/09/07 12:01:25 tron Exp $ +# $NetBSD: GENERIC,v 1.908 2008/09/09 01:19:37 jmcneill Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.907 $" +#ident "GENERIC-$Revision: 1.908 $" maxusers 64 # estimated number of users @@ -1338,6 +1338,7 @@ midi* at pcppi? # MIDI interface to the PC speaker # Video capture devices pseye* at uhub? # Sony PLAYSTATION(R) Eye webcam +uvideo* at uhub? # USB Video Class capture devices video* at videobus?