diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-12-09 11:26:34 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2006-12-09 11:26:34 +0000 |
commit | dac364eb491aafbce1a10d56b6d4ea77adf44cd4 (patch) | |
tree | 5b1a00553c63a20b79074628dc0b10801166358a /sys/arch/zaurus/conf/GENERIC | |
parent | 4a8b19acc7e187c1f46222695696716e74badae4 (diff) |
Enable udcf(4).
ok deraadt
Diffstat (limited to 'sys/arch/zaurus/conf/GENERIC')
-rw-r--r-- | sys/arch/zaurus/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC index deb5980f919..1b454b50aec 100644 --- a/sys/arch/zaurus/conf/GENERIC +++ b/sys/arch/zaurus/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.59 2006/11/26 06:58:14 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.60 2006/12/09 11:26:33 mbalmer Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -131,6 +131,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 uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? |