diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 08:54:45 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2006-09-27 08:54:45 +0000 |
commit | 0b58f8252ddc218585e959a8b8f8a5e6b269a4d9 (patch) | |
tree | aba0802584ba2dae9c9f6de728d35e42efe8c198 /sys/arch/hppa64/conf | |
parent | 37bd670a754ae79c32a32aa3499a27ce62210856 (diff) |
Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.
Diffstat (limited to 'sys/arch/hppa64/conf')
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index 3c9935ba5e9..dbb2a28c592 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.11 2006/08/14 08:34:21 jsg Exp $ +# $OpenBSD: GENERIC,v 1.12 2006/09/27 08:54:44 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -118,6 +118,8 @@ pci* at ppb? #udsbr* at uhub? # D-Link DSB-R100 radio #radio* at udsbr? # USB radio #ugen* at uhub? # USB Generic driver +#uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter +#onewire* at uow? #sti* at pci? # EG-PCI, FX* #wsdisplay* at sti? @@ -190,4 +192,9 @@ ukphy* at mii? # generic unknown PHYs #safte* at scsibus? #ses* at scsibus? +# 1-Wire devices +#option ONEWIREVERBOSE +#owid* at onewire? # ID +#owtemp* at onewire? # Temperature + #pseudo-device wsmux 2 # mouse and keyboard multiplexor |