diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-13 16:16:46 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-01-13 16:16:46 +0000 |
commit | e85a44915755c00ff54abc8ea03cf1becb1792e1 (patch) | |
tree | ee8b188506c59f8bce3481f839f12ca4b97b18c5 /sys/arch/cats/conf | |
parent | eac3eb4f001f3023edaa3ec22a7b9b266b8a6f8a (diff) |
we only need one copy of wsmux.
Diffstat (limited to 'sys/arch/cats/conf')
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index a8f2fcf0ce7..94e8334f04d 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.11 2005/01/06 21:32:56 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.12 2005/01/13 16:16:45 drahn Exp $ machine cats arm @@ -231,7 +231,6 @@ pseudo-device wsmux 2 pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ram disk -pseudo-device wsmux 2 option BOOT_CONFIG # boot-time kernel config |