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/sparc64/conf/RAMDISK | |
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/sparc64/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 93bd9505c4a..a70312decf6 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.83 2009/01/14 13:24:11 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.84 2009/02/10 18:35:44 damien Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -246,6 +246,7 @@ udav* at uhub? # Davicom DM9601 based Ethernet mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +run* at uhub? # Ralink RT2700U/RT2800U/RT3000U url* at uhub? # Realtek RTL8150L based adapters # SAB82532 based serial ports |