From owner-cvs-all@FreeBSD.ORG Mon Sep 20 13:27:56 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 B63C316A509; Mon, 20 Sep 2004 13:27:56 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 084E243D31; Mon, 20 Sep 2004 13:27:54 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.1.3] (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.143]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i8KDRflj024644; Mon, 20 Sep 2004 07:27:41 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <414EDA88.5070709@samsco.org> Date: Mon, 20 Sep 2004 07:26:32 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040831 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Alfred Perlstein References: <200409200706.i8K76vYc011437@repoman.freebsd.org> <20040920093504.GD11948@elvis.mu.org> In-Reply-To: <20040920093504.GD11948@elvis.mu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: cvs-src@FreeBSD.org cc: Brooks Davis cc: cvs-all@FreeBSD.org cc: src-committers@FreeBSD.org Subject: Re: cvs commit: src/release Makefile 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: Mon, 20 Sep 2004 13:27:57 -0000 Alfred Perlstein wrote: > * 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. > This change only affects the install media. Once the system is installed, the previous behavior is restored. Scott