From owner-cvs-src@FreeBSD.ORG Sat Aug 28 19:44:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C9EF16A4CE; Sat, 28 Aug 2004 19:44:10 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id C203443D54; Sat, 28 Aug 2004 19:44:09 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7SJgXAs029608; Sat, 28 Aug 2004 13:42:34 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 28 Aug 2004 13:42:35 -0600 (MDT) Message-Id: <20040828.134235.104032976.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200408281602.44292.doconnor@gsoft.com.au> References: <412FC97D.7A25D5D5@freebsd.org> <20040827.184726.104031839.imp@bsdimp.com> <200408281602.44292.doconnor@gsoft.com.au> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@freebsd.org cc: andre@freebsd.org cc: brian@Awfulhak.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: gibbs@freebsd.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Aug 2004 19:44:10 -0000 In message: <200408281602.44292.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : -----BEGIN PGP SIGNED MESSAGE----- : Hash: SHA1 : : On Sat, 28 Aug 2004 10:17, M. Warner Losh wrote: : > 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. : > : > so you must make sure bit 0 isn't set in the hint.atkbd.0.flags hint. : > For a while it was set in the default hints file. : : This prevents USB keyboards from working (I think) because the system will : only talk to it's (possibly not connected) PS/2 keyboard even when you plug a : USB one in.. : : (Or maybe that's been fixed :) It doesn't prevent usb keyboards from working, you can always use the kbdcontrol to set the usb keyboard as the primary one. Warner