From owner-freebsd-current@FreeBSD.ORG Mon Feb 20 14:26:56 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 9A7B116A420 for ; Mon, 20 Feb 2006 14:26:56 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C3543D55 for ; Mon, 20 Feb 2006 14:26:54 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 4F0C35CB3; Mon, 20 Feb 2006 09:26:51 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 99855-06; Mon, 20 Feb 2006 09:26:50 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-251-207.ny325.east.verizon.net [68.160.251.207]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 452AB5C94; Mon, 20 Feb 2006 09:26:50 -0500 (EST) Message-ID: <43F9D1AB.2030506@mac.com> Date: Mon, 20 Feb 2006 09:26:51 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Brian Candler References: <20060219113120.b7dcbdf0.lehmann@ans-netz.de> <20060219123118.GA46877@uk.tiscali.com> <43F8F32F.6070100@pubnix.net> <20060220125857.GA50685@uk.tiscali.com> In-Reply-To: <20060220125857.GA50685@uk.tiscali.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com 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 14:26:56 -0000 Brian Candler wrote: > 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) The man page is fine. You are invited to consider what numeric value setting bit 0 actually gives you... :-) -- -Chuck