diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-06-12 20:42:48 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-06-12 20:42:48 +0000 |
commit | 4ca8b8f9aa58bd7b369fcd3ec7aaa677ffd78699 (patch) | |
tree | 249e1a4683ff116a4836e389679539cd232612cf /sys/arch | |
parent | 7cfa588919032aeb11b897be13f72565fc7ad478 (diff) |
enable uvideo(4) video(4)
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 2c9ebdf26f3..d2061eae1d2 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.620 2008/06/07 23:05:37 robert Exp $ +# $OpenBSD: GENERIC,v 1.621 2008/06/12 20:42:47 robert Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -281,6 +281,10 @@ onewire* at uow? puc* at pci? # PCI "universal" communication device #puc* at cardbus? +# USB Video +uvideo* at uhub? +video* at uvideo? + sdhc* at pci? # SD Host Controller sdmmc* at sdhc? # SD/MMC bus scsibus* at sdmmc? # SCSI emulation |