Add uvideo(4)

This commit is contained in:
jmcneill 2008-09-09 01:18:45 +00:00
parent 8aa427aa38
commit 4b0864422d
2 changed files with 6 additions and 4 deletions

View File

@ -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?

View File

@ -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?