diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-08-28 05:18:27 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2008-08-28 05:18:27 +0000 |
commit | 83bc085f7a4713c672b19304c25d541affdb5e1c (patch) | |
tree | d4aaeec92866280565ab71c76e96324fcd0e1f62 | |
parent | da64bcf1cd5a4979bb76267f17ae55474f8451e4 (diff) |
- enable uvideo on sgi, it's working for me with a quickcam e 3500 plus
ok mglocker@
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index 9673a540627..6a8ccbc9a7b 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.32 2008/08/25 16:15:53 jasper Exp $ +# $OpenBSD: GENERIC,v 1.33 2008/08/28 05:18:26 jasper Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -101,7 +101,7 @@ aue* at uhub? # ADMtek AN986 Pegasus Ethernet ugen* at uhub? # USB Generic driver # USB Video -uvideo* at uhub? disable +uvideo* at uhub? video* at uvideo? #### NICs |