diff options
author | 2006-06-18 12:07:18 +0000 | |
---|---|---|
committer | 2006-06-18 12:07:18 +0000 | |
commit | bdc9fad2bf7f3c02b6d649e158405e9288a728dc (patch) | |
tree | 6f3b80bcecd2cf9c1defc1146c21e2de180b9c76 | |
parent | Whitespace, oops. (diff) | |
download | wireguard-openbsd-bdc9fad2bf7f3c02b6d649e158405e9288a728dc.tar.xz wireguard-openbsd-bdc9fad2bf7f3c02b6d649e158405e9288a728dc.zip |
enable udcf(4) on sparc64, works on my Blade 100; ok mbalmer@
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index a6ac50828bb..1f4552d9976 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.146 2006/06/02 04:46:00 jason Exp $ +# $OpenBSD: GENERIC,v 1.147 2006/06/18 12:07:18 naddy Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -172,6 +172,7 @@ udsbr* at uhub? # D-Link DSB-R100 radio radio* at udsbr? # USB radio #ubt* at uhub? # USB Bluetooth ugen* at uhub? # USB Generic driver +udcf* at uhub? # Gude Expert mouseCLOCK #### Standard system devices -- all required for a given architecture |