diff options
author | 2005-01-03 21:54:14 +0000 | |
---|---|---|
committer | 2005-01-03 21:54:14 +0000 | |
commit | 670bf4ffd42fe19074d66a4f3c924e8ff73cbbcf (patch) | |
tree | 48ae3753f01c9d51c21906ed76e229384a2f42d4 | |
parent | wsmux lets usb keyboards work here (diff) | |
download | wireguard-openbsd-670bf4ffd42fe19074d66a4f3c924e8ff73cbbcf.tar.xz wireguard-openbsd-670bf4ffd42fe19074d66a4f3c924e8ff73cbbcf.zip |
put keyboard on mux 1; miod ok
-rw-r--r-- | sys/arch/cats/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/cats/conf/RAMDISK b/sys/arch/cats/conf/RAMDISK index 5cdfa95698b..d8041c08a6f 100644 --- a/sys/arch/cats/conf/RAMDISK +++ b/sys/arch/cats/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.8 2004/12/19 16:09:17 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.9 2005/01/03 21:54:14 deraadt Exp $ # $NetBSD: GENERIC,v 1.27.4.1 2002/08/01 04:18:06 lukem Exp $ # # GENERIC machine description file @@ -211,7 +211,7 @@ wsmouse* at ums? # USB Keyboards ukbd* at uhidev? -wskbd* at ukbd? +wskbd* at ukbd? mux 1 # USB Generic HID devices uhid* at uhidev? |