From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 1 11:07:58 2012 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D7C21065672; Thu, 1 Mar 2012 11:07:58 +0000 (UTC) (envelope-from kpielorz_lst@tdx.co.uk) Received: from mail.tdx.com (mail.tdx.com [62.13.128.18]) by mx1.freebsd.org (Postfix) with ESMTP id C00438FC0C; Thu, 1 Mar 2012 11:07:57 +0000 (UTC) Received: from OctaHexa64-MkII (HPQuadro64.dmpriest.net.uk [62.13.130.30]) (authenticated bits=0) by mail.tdx.com (8.14.3/8.14.3) with ESMTP id q21B7ugZ036290 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Thu, 1 Mar 2012 11:07:56 GMT Date: Thu, 01 Mar 2012 11:07:58 +0000 From: Karl Pielorz To: Garrett Cooper Message-ID: <324297D7C526FFB64CFD2C0B@OctaHexa64-MkII> In-Reply-To: References: <21EB76F692ED4215A70037FC@OctaHexa64-MkII> <1330454834.3092.7.camel@powernoodle-l7.corp.yahoo.com> <7A0E0A12E1F9691864D4607C@OctaHexa64-MkII> <4F4E019B.5050408@FreeBSD.org> <4564EA0623F4CAA92EDC137B@OctaHexa64-MkII> X-Mailer: Mulberry/4.0.8 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: Andriy Gapon , freebsd-hackers@freebsd.org, Sean Bruno , freebsd-usb@freebsd.org Subject: Re: SuperMicro IPMI keyboard - fails for 'mountroot>' prompt under FreeBSD 9-R... X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Mar 2012 11:07:58 -0000 --On 29 February 2012 07:50 -0800 Garrett Cooper wrote: >> The BIOS has an option for port 60/64 emulation - I've tried enabling it >> (didn't seem to make any difference with nothing changed on the FreeBSD >> side) - is there any way to coax the system to prefer / use what would >> appear to be a PS/2 keyboard at that stage? > > Have you tried kbdmux(4) yet? Do you mean (looking at the man page) just setting: hint.kbdmux.0.disabled="1" In device.hints? That didn't make any difference - nor, (just in case) did setting it to '0'. -Karl