From owner-cvs-src@FreeBSD.ORG Tue Aug 3 16:42:21 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 3180E16A4CE; Tue, 3 Aug 2004 16:42:21 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id D077643D5F; Tue, 3 Aug 2004 16:42:20 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.0.201] ([192.168.0.201]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id i73Gnp1t040515; Tue, 3 Aug 2004 10:49:51 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <410FBFEF.1030908@samsco.org> Date: Tue, 03 Aug 2004 10:40:15 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.1) Gecko/20040801 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "David E. O'Brien" References: <200408031520.i73FKtea075256@repoman.freebsd.org> In-Reply-To: <200408031520.i73FKtea075256@repoman.freebsd.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: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/boot0cfg boot0cfg.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: Tue, 03 Aug 2004 16:42:21 -0000 David E. O'Brien wrote: > obrien 2004-08-03 15:20:55 UTC > > FreeBSD src repository > > Modified files: > usr.sbin/boot0cfg boot0cfg.c > Log: > Enable packet mode by default. Disk drives have gotten so large now, > it is often the case the partition one wants to boot is above cylinder 1023. > > Revision Changes Path > 1.17 +1 -1 src/usr.sbin/boot0cfg/boot0cfg.c And thus more compatibility is shot in the head. Please keep a careful eye out from now on for people who complain of strange failures in boot0, and be ready to respond to them with constructive solutions (and telling them to buy new hardware will _not_ be considered constructive). Scott