diff options
author | 2008-06-27 05:40:21 +0000 | |
---|---|---|
committer | 2008-06-27 05:40:21 +0000 | |
commit | 14e0666c1352b493f0b3abd54ec893824d3c545a (patch) | |
tree | a44f9f075ad96ed8cac1846dcda94a18d47299d6 | |
parent | add bio & bioctl (diff) | |
download | wireguard-openbsd-14e0666c1352b493f0b3abd54ec893824d3c545a.tar.xz wireguard-openbsd-14e0666c1352b493f0b3abd54ec893824d3c545a.zip |
Add uvideo(4).
ok mglocker@
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 |
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index cf846029061..22a9d742e4c 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.202 2008/05/25 07:54:04 brad Exp $ +# $OpenBSD: GENERIC,v 1.203 2008/06/27 05:40:21 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -127,6 +127,10 @@ rum* at uhub? # Ralink RT2501USB/RT2601USB uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? +# USB Video +uvideo* at uhub? +video* at uvideo? + # Bluetooth controllers #ubt* at uhub? # USB Bluetooth diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 3e8c1abc2f0..b8d54b0d1e9 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.181 2008/05/26 07:27:32 brad Exp $g +# $OpenBSD: GENERIC,v 1.182 2008/06/27 05:40:21 brad Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -289,6 +289,10 @@ umbg* at uhub? # Meinberg Funkuhren USB5131 uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? +# USB Video +uvideo* at uhub? +video* at uvideo? + # Bluetooth controllers #ubt* at uhub? # USB Bluetooth diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index a429b45ba2e..54214eaf960 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.212 2008/06/12 22:22:36 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.213 2008/06/27 05:40:21 brad Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -224,6 +224,10 @@ umbg* at uhub? # Meinberg Funkuhren USB5131 uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? +# USB Video +uvideo* at uhub? +video* at uvideo? + # Bluetooth controllers #ubt* at uhub? # USB Bluetooth |