diff options
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index b38c1bcc1af..abcbe4c9560 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.44 2004/12/25 20:39:36 deraadt Exp $ +# $OpenBSD: RAMDISKC,v 1.45 2005/01/03 21:46:00 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -313,3 +313,4 @@ pseudo-device loop 1 # network loopback #pseudo-device ppp 1 # PPP pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ramdisk +pseudo-device wsmux 2 |