From owner-cvs-all@FreeBSD.ORG Thu Apr 1 14:05:12 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA7A416A4CE for ; Thu, 1 Apr 2004 14:05:12 -0800 (PST) Received: from mail2.speakeasy.net (mail2.speakeasy.net [216.254.0.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CB4043D1F for ; Thu, 1 Apr 2004 14:05:12 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: (qmail 10636 invoked from network); 1 Apr 2004 22:05:10 -0000 Received: from dsl027-160-063.atl1.dsl.speakeasy.net (HELO server.baldwin.cx) ([216.27.160.63]) (envelope-sender ) encrypted SMTP for ; 1 Apr 2004 22:05:10 -0000 Received: from 10.50.40.205 (gw1.twc.weather.com [216.133.140.1]) by server.baldwin.cx (8.12.10/8.12.10) with ESMTP id i31M4sDF055314; Thu, 1 Apr 2004 17:04:54 -0500 (EST) (envelope-from jhb@FreeBSD.org) From: John Baldwin To: Alfred Perlstein Date: Thu, 1 Apr 2004 17:06:49 -0500 User-Agent: KMail/1.6 References: <200404012148.i31LmV7E057805@repoman.freebsd.org> In-Reply-To: <200404012148.i31LmV7E057805@repoman.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200404011706.49954.jhb@FreeBSD.org> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on server.baldwin.cx cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC.hints X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Apr 2004 22:05:13 -0000 On Thursday 01 April 2004 04:48 pm, Alfred Perlstein wrote: > alfred 2004/04/01 13:48:31 PST > > FreeBSD src repository > > Modified files: > sys/i386/conf GENERIC.hints > Log: > Fix booting with ps2 keyboards. Please revert since you did not get adequate review or discussion for this change. revision 1.255 date: 2000/05/12 03:05:35; author: jhb; state: Exp; lines: +17 -16 Turn on USB support for most USB devices. udbp is not turned on since NETGRAPH is not present in GENERIC at the moment. Also, change some settings to support USB installs: - Add KBD_INSTALL_CDEV as an option to make /dev/kbd[01] actually work. - Turn on keyboard probing in sc0. The syscons driver will now use a flag documented in ukbd(4) but not in sc(4) that tells syscons to actively search for a keyboard device if none is found. This allows USB keyboards to just be plugged in and instantly start working. - Require the atkbd0 driver to actually probe to see if a keyboard is there. This allows USB keyboards to be seen by sc0 if an AT keyboard isn't plugged into the computer. This also means that you will no longer be able to plug an AT keyboard into a machine after it has booted a GENERIC kernel and use it. AT keyboards aren't designed for this anyway. USB keyboards are designed for this, and they work. Instantly MFC'ing drive by commits is also not very nice. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org