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/macppc/conf/GENERIC | |
parent | 37bd670a754ae79c32a32aa3499a27ce62210856 (diff) |
Add Maxim/Dallas DS2490 USB 1-Wire adapter driver.
Diffstat (limited to 'sys/arch/macppc/conf/GENERIC')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 8c41a664b60..7703bf23776 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.150 2006/08/18 23:14:43 jason Exp $g +# $OpenBSD: GENERIC,v 1.151 2006/09/27 08:54:44 grange Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -271,6 +271,8 @@ ugen* at uhub? # USB Generic driver ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB udcf* at uhub? # Gude Expert mouseCLOCK +uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter +onewire* at uow? # I2C bus support iic* at ki2c? @@ -333,5 +335,10 @@ safte* at scsibus? ses* at scsibus? uk* at scsibus? +# 1-Wire devices +option ONEWIREVERBOSE +owid* at onewire? # ID +owtemp* at onewire? # Temperature + pseudo-device hotplug 1 # devices hot plugging pseudo-device wsmux 2 # mouse & keyboard multiplexor |