diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2009-02-10 19:06:41 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2009-02-10 19:06:41 +0000 |
commit | b6f51c6e26b410d4202d382ebc6b5d3c86b2874e (patch) | |
tree | 3119d64b1f5e40a64e8acdbe546551006aa447a8 /sys/arch/landisk | |
parent | 965e02d565b38028a70723bab15782ae3dee589e (diff) |
remove run(4) from some RAMDISK
Diffstat (limited to 'sys/arch/landisk')
-rw-r--r-- | sys/arch/landisk/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/landisk/conf/RAMDISK b/sys/arch/landisk/conf/RAMDISK index fbab866de49..949381ad5f7 100644 --- a/sys/arch/landisk/conf/RAMDISK +++ b/sys/arch/landisk/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.10 2009/02/10 18:35:44 damien Exp $ +# $OpenBSD: RAMDISK,v 1.11 2009/02/10 19:06:40 damien Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -110,7 +110,6 @@ ugen* at uhub? # USB Generic driver #uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB -run* at uhub? # Ralink RT2700U/RT2800U/RT3000U zyd* at uhub? # Zydas ZD1211 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL |