diff options
author | 2008-06-12 19:45:05 +0000 | |
---|---|---|
committer | 2008-06-12 19:45:05 +0000 | |
commit | a3dae259d0c302241e5ab3b086ddd0151af0e016 (patch) | |
tree | 957eee340ae550853278b9f5452e34befa3fa740 | |
parent | +aes tests (diff) | |
download | wireguard-openbsd-a3dae259d0c302241e5ab3b086ddd0151af0e016.tar.xz wireguard-openbsd-a3dae259d0c302241e5ab3b086ddd0151af0e016.zip |
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.
-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? |