diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2006-08-11 08:51:36 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2006-08-11 08:51:36 +0000 |
commit | dad5644208e31f671ef6535fae5772f4022a212a (patch) | |
tree | 4e1d41078cf9b32e20818f54ff5a99460b82a936 /sys/arch/hppa/conf | |
parent | cb5c020a75ba029c14531d3b1bfa9a47d7d08fcc (diff) |
add rum(4) on arches where ural(4) is enabled.
rum(4) has been tested on i386 by niallo@ and me and on sparc64 by
Pablo Mendez Hernandez so I assume it is endian safe and 64bit clean.
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 8ad76087462..43acd2598f8 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.85 2006/06/16 05:22:25 marco Exp $ +# $OpenBSD: GENERIC,v 1.86 2006/08/11 08:51:35 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -148,7 +148,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 -ural* at uhub? # Ralink RT2500 +ural* at uhub? # Ralink RT2500USB +rum* at uhub? # Ralink RT2501USB/RT2601USB sti0 at mainbus0 irq 11 # [H]CRX-{8,24,48}[Z] graphics sti0 at phantomas0 irq 11 # builtin graphics on BC* |