From 0b58f8252ddc218585e959a8b8f8a5e6b269a4d9 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Wed, 27 Sep 2006 08:54:45 +0000 Subject: Add Maxim/Dallas DS2490 USB 1-Wire adapter driver. --- sys/arch/zaurus/conf/GENERIC | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys/arch/zaurus') 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 -- cgit v1.2.3