diff options
author | 2005-01-03 21:46:00 +0000 | |
---|---|---|
committer | 2005-01-03 21:46:00 +0000 | |
commit | 34076a808a0743f88c132273f563f006ed2d1767 (patch) | |
tree | 954061fa9ef2f6063da039eaf6da880020c4b914 | |
parent | re-enable ohci and uhci (diff) | |
download | wireguard-openbsd-34076a808a0743f88c132273f563f006ed2d1767.tar.xz wireguard-openbsd-34076a808a0743f88c132273f563f006ed2d1767.zip |
wsmux lets usb keyboards work here
-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 |