From e2ee4a94fdd9290f9496ffca6ccb1992ec83556f Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Fri, 27 Aug 2004 16:27:01 +0000 Subject: Support USB keyboards on install where USB support is enabled. ok deraadt@ --- sys/arch/amd64/conf/RAMDISK | 3 ++- sys/arch/amd64/conf/RAMDISK_CD | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 -- cgit v1.2.3