summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2006-09-27 08:54:45 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2006-09-27 08:54:45 +0000
commit0b58f8252ddc218585e959a8b8f8a5e6b269a4d9 (patch)
treeaba0802584ba2dae9c9f6de728d35e42efe8c198 /sys/arch/zaurus
parent37bd670a754ae79c32a32aa3499a27ce62210856 (diff)
Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.
Diffstat (limited to 'sys/arch/zaurus')
-rw-r--r--sys/arch/zaurus/conf/GENERIC9
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/zaurus/conf/GENERIC b/sys/arch/zaurus/conf/GENERIC
index 6a8d34b3c27..a4a7b1d265f 100644
--- a/sys/arch/zaurus/conf/GENERIC
+++ b/sys/arch/zaurus/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.53 2006/08/18 23:14:43 jason Exp $
+# $OpenBSD: GENERIC,v 1.54 2006/09/27 08:54:44 grange Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -127,6 +127,8 @@ udsbr* at uhub? # D-Link DSB-R100 radio
radio* at udsbr? # USB radio
#ubt* at uhub? # USB Bluetooth
ugen* at uhub? # USB Generic driver
+uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter
+onewire* at uow?
sd* at scsibus? # SCSI disk drives
#st* at scsibus? # SCSI tape drives
@@ -194,6 +196,11 @@ audio* at zaudio?
zrc0 at pxaip? # Zaurus remote control
wskbd* at zrc? mux 1
+# 1-Wire devices
+option ONEWIREVERBOSE
+owid* at onewire? # ID
+owtemp* at onewire? # Temperature
+
# Pseudo-Devices
pseudo-device wsmux 2 # mouse & keyboard multiplexor
pseudo-device hotplug 1 # devices hot plugging