diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-02-10 18:35:45 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-02-10 18:35:45 +0000 |
commit | 725a5d4c003fc5468a81050d8b865bce7b61b5bb (patch) | |
tree | bbd61889d9395951b348d22bbde892e0eeef7933 /sys/arch/amd64 | |
parent | 53232f84429c51e9f5632cbfe7ae9856d1e66ca0 (diff) |
enable run(4) everywhere where ural(4) and rum(4) are enabled.
run(4) has been reported to work on sparc64 by Maxim Belooussov so I'm
pretty confident that it works on all arches.
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 99734e8c93c..43eca7bfcea 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.97 2009/02/08 19:15:56 grange Exp $ +# $OpenBSD: RAMDISK_CD,v 1.98 2009/02/10 18:35:44 damien Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -124,6 +124,7 @@ upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' #ugen* at uhub? # USB Generic driver ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211/ZD1211B upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB |