diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2004-08-27 16:27:01 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2004-08-27 16:27:01 +0000 |
commit | e2ee4a94fdd9290f9496ffca6ccb1992ec83556f (patch) | |
tree | b71f3d389ee0fe6fd90093335e0580fbc049f2d9 /sys/arch/amd64 | |
parent | fc4d1911dd54f655e78c7e21b6b1ec8dfde70ce1 (diff) |
Support USB keyboards on install where USB support is enabled. ok deraadt@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK b/sys/arch/amd64/conf/RAMDISK index 99e9b604522..d66f17c570c 100644 --- a/sys/arch/amd64/conf/RAMDISK +++ b/sys/arch/amd64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.12 2004/08/14 17:05:11 krw Exp $ +# $OpenBSD: RAMDISK,v 1.13 2004/08/27 16:27:00 drahn Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -258,3 +258,4 @@ pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ramdisk #pseudo-device ccd 4 # concatenated disk devices +pseudo-device wsmux 2 diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 33fc818137a..957d344a609 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.14 2004/08/14 17:05:11 krw Exp $ +# $OpenBSD: RAMDISK_CD,v 1.15 2004/08/27 16:27:00 drahn Exp $ machine amd64 # architecture, used by config; REQUIRED @@ -265,3 +265,4 @@ pseudo-device loop 1 # network loopback pseudo-device bpfilter 1 # packet filter pseudo-device rd 1 # ramdisk pseudo-device ccd 4 # concatenated disk devices +pseudo-device wsmux 2 |