From owner-cvs-src@FreeBSD.ORG Mon Sep 20 15:45:56 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 7743A16A4CE; Mon, 20 Sep 2004 15:45:56 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 695B643D54; Mon, 20 Sep 2004 15:45:55 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i8KFg1gu062288; Mon, 20 Sep 2004 09:42:01 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 20 Sep 2004 09:42:59 -0600 (MDT) Message-Id: <20040920.094259.39159862.imp@bsdimp.com> To: alfred@FreeBSD.org From: "M. Warner Losh" In-Reply-To: <20040920093504.GD11948@elvis.mu.org> References: <200409200706.i8K76vYc011437@repoman.freebsd.org> <20040920093504.GD11948@elvis.mu.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: brooks@FreeBSD.org cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/release Makefile 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: Mon, 20 Sep 2004 15:45:56 -0000 In message: <20040920093504.GD11948@elvis.mu.org> Alfred Perlstein writes: : * Brooks Davis [040920 00:06] wrote: : > brooks 2004-09-20 07:06:57 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_5) : > release Makefile : > Log: : > MFC revs 1.860 and 1.861: : > : > Add 'hint.atkbd.0.flags="0x1"' back to /boot/device.hints on the : > install media on i386 and amd64. While the current default is very : > useful in server environments, the ability to use USB keyboards is : > vastly more important then the ability to use PS/2 keyboards the admin : > forgot to plug in during the install process. : > : > Approved by: re (scottl) : > PR: kern/71443 kern/71568 (probably others) : : This is bullshit. Please do not break PS/2 because of USB. : Please fix USB to attach instead. Every time this has come up over the past N years, people suggest that. No one has done the work to do that. There will come a time when the default is changed after the install and we really need a many to one mux in the kernel to replace the current 1 to 1 mux that we have. People looking to be heros can send it to me for a review and committal. :-) Warner