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/i386/conf/GENERIC | |
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/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7d09fd81dee..c08dbe5249f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.517 2006/08/06 11:32:35 dlg Exp $ +# $OpenBSD: GENERIC,v 1.518 2006/08/11 08:51:35 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -237,8 +237,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 -#rum* at uhub? # Ralink RT2501 +ural* at uhub? # Ralink RT2500USB +rum* at uhub? # Ralink RT2501USB/RT2601USB zyd* at uhub? # Zydas ZD1211 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL |