From owner-freebsd-current@FreeBSD.ORG Mon Feb 20 12:59:03 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCFB916A420 for ; Mon, 20 Feb 2006 12:59:03 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn.pobox.com (thorn.pobox.com [208.210.124.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8712943D46 for ; Mon, 20 Feb 2006 12:59:01 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from thorn (localhost [127.0.0.1]) by thorn.pobox.com (Postfix) with ESMTP id A76BCE4; Mon, 20 Feb 2006 07:59:22 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by thorn.sasl.smtp.pobox.com (Postfix) with ESMTP id 68EE1E5AF; Mon, 20 Feb 2006 07:59:21 -0500 (EST) Received: from lists by mappit.local.linnet.org with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBAd0-000DBk-2l; Mon, 20 Feb 2006 12:58:58 +0000 Date: Mon, 20 Feb 2006 12:58:58 +0000 From: Brian Candler To: Alain Hebert Message-ID: <20060220125857.GA50685@uk.tiscali.com> References: <20060219113120.b7dcbdf0.lehmann@ans-netz.de> <20060219123118.GA46877@uk.tiscali.com> <43F8F32F.6070100@pubnix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <43F8F32F.6070100@pubnix.net> User-Agent: Mutt/1.4.2.1i Cc: current@freebsd.org Subject: Re: attaching a keyboard later X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Feb 2006 12:59:04 -0000 On Sun, Feb 19, 2006 at 05:37:35PM -0500, Alain Hebert wrote: > What works for me: > > In device.hints -> hint.atkbd.0.flags="0x1" Interesting - then the man page is wrong? (i.e. 0x1 should mean that if you have no keyboard attached, the atkbd driver will *not* be installed) > > bit 0 (FAIL_IF_NO_KBD) > > By default the atkbd driver will install even if a keyboard is > > not > > actually connected to the system. This option prevents the > > driver > > from being installed in this situation.