diff options
author | Robert Nagy <robert@cvs.openbsd.org> | 2008-06-12 19:45:06 +0000 |
---|---|---|
committer | Robert Nagy <robert@cvs.openbsd.org> | 2008-06-12 19:45:06 +0000 |
commit | 12d92d0ddf0006809a80ba9c1d4b1991de95275c (patch) | |
tree | 2dedce113f0f9b9c79d01b7b8c1780d723a83596 /sys/arch | |
parent | 1f6e0a275ad19be621cacbbb68299e0928065bd6 (diff) |
theo says: enable, enable, enable uvideo(4)
Some of the cams are fairly working now and we want to see more of
them in dmesgs.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 54837df157a..f898483319f 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.233 2008/06/11 09:22:39 phessler Exp $ +# $OpenBSD: GENERIC,v 1.234 2008/06/12 19:45:05 robert Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -219,6 +219,10 @@ udcf* at uhub? # Gude Expert mouseCLOCK uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? +# USB Video +uvideo* at uhub? +video* at uvideo? + puc* at pci? # PCI "universal" communication device #puc* at cardbus? |