summaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorRobert Nagy <robert@cvs.openbsd.org>2008-04-09 19:49:56 +0000
committerRobert Nagy <robert@cvs.openbsd.org>2008-04-09 19:49:56 +0000
commit5c65555344f5adae4cb96b9157b0f0e218ea3f5f (patch)
tree3099d6ea933200b086c28e846bb47c362f6d5bef /sys/conf/files
parente0f93117a5b4c3f6d40f132c73bc0170b9d6591a (diff)
Initial import for uvideo(4) and video(4):
uvideo(4) is a driver for USB video device class devices including webcams, camcorders and other cameras. video(4) is a device-independent layer that implements the V4L2 (Video for Linux Two) API. These drivers are *really* work in progress so don't even try to use them just yet, because the driver still has some issues, even if it can be used to capture simple MJPEG videos. ok mglocker@, deraadt@
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index f40bef8b826..9c45d640adf 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.426 2008/03/16 19:42:57 otto Exp $
+# $OpenBSD: files,v 1.427 2008/04/09 19:49:55 robert Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -20,6 +20,7 @@ define radiobus {}
define i2cbus {}
define gpiobus {}
define onewirebus {}
+define video {}
# filesystem firmware loading attribute
define firmload
@@ -34,6 +35,9 @@ define lm700x
define tc921x
define pt2254a
+device video
+attach video at video
+
# audio and midi devices, attaches to audio hardware driver
device audio
attach audio at audio
@@ -619,6 +623,7 @@ file dev/raidframe/rf_stripelocks.c raid needs-flag
file dev/raidframe/rf_strutils.c raid needs-flag
file dev/raidframe/rf_threadstuff.c raid needs-flag
file dev/raidframe/rf_utils.c raid needs-flag
+file dev/video.c video needs-flag
file isofs/cd9660/cd9660_bmap.c cd9660
file isofs/cd9660/cd9660_lookup.c cd9660
file isofs/cd9660/cd9660_node.c cd9660