diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 85e6974d17a..3a6dc93f630 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.88 2006/08/18 23:14:43 jason Exp $ +# $OpenBSD: GENERIC,v 1.89 2006/09/27 08:54:44 grange Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -156,6 +156,8 @@ radio* at udsbr? # USB radio ugen* at uhub? # USB Generic driver ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter +onewire* at uow? sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* @@ -315,5 +317,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 and keyboard multiplexor |