summaryrefslogtreecommitdiff
path: root/sys/arch/landisk
diff options
context:
space:
mode:
authorMarcus Glocker <mglocker@cvs.openbsd.org>2008-06-12 20:03:49 +0000
committerMarcus Glocker <mglocker@cvs.openbsd.org>2008-06-12 20:03:49 +0000
commitc03ea754147b42148781159cf5f5e3aac0a77121 (patch)
tree8df515afacd55a8906f5e89fc7743894227be34b /sys/arch/landisk
parente70160a1454e591a30710c5e801480b7f48a3a02 (diff)
Enable /dev/video* for all USB capable archs. MAKEDEV bits will follow
shortly. OK todd@
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r--sys/arch/landisk/landisk/conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/landisk/landisk/conf.c b/sys/arch/landisk/landisk/conf.c
index fd0500d8361..b597ea28d21 100644
--- a/sys/arch/landisk/landisk/conf.c
+++ b/sys/arch/landisk/landisk/conf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: conf.c,v 1.8 2008/05/14 20:49:48 miod Exp $ */
+/* $OpenBSD: conf.c,v 1.9 2008/06/12 20:03:48 mglocker Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -118,6 +118,7 @@ cdev_decl(pci);
* Audio devices
*/
#include "audio.h"
+#include "video.h"
#include "midi.h"
#include "sequencer.h"
@@ -361,7 +362,7 @@ struct cdevsw cdevsw[] = {
cdev_lkm_dummy(), /* 74: reserved */
cdev_lkm_dummy(), /* 75: reserved */
cdev_lkm_dummy(), /* 76: reserved */
- cdev_notdef(), /* 77: removed device */
+ cdev_video_init(NVIDEO,video), /* 77: generic video I/O */
cdev_notdef(), /* 78: removed device */
cdev_notdef(), /* 79: removed device */
cdev_notdef(), /* 80: removed device */