diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-01-09 23:08:17 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2008-01-09 23:08:17 +0000 |
commit | 75eb11a175d048dc25beef8672d07d2fbd60025c (patch) | |
tree | 683e017ce71dd14faecc1b996e0d4716d1e8dfdd /sys/arch | |
parent | a0306b9a5e200182b17ce2e3c3095b2e9d2a9c2c (diff) |
uark -> uark*, allow multiple devices to attach
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 28e324d520f..bd75aec3eff 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.113 2008/01/09 20:59:17 sthen Exp $ +# $OpenBSD: GENERIC,v 1.114 2008/01/09 23:08:16 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -110,7 +110,7 @@ uftdi* at uhub? # FTDI FT8U100AX serial adapter ucom* at uftdi? uplcom* at uhub? # I/O DATA USB-RSAQ2 serial adapter ucom* at uplcom? -uark at uhub? # Arkmicro ARK3116 serial +uark* at uhub? # Arkmicro ARK3116 serial ucom* at uark? umass* at uhub? # USB Mass Storage devices scsibus* at umass? |