From owner-cvs-all@FreeBSD.ORG Wed May 3 19:46:25 2006 Return-Path: X-Original-To: cvs-all@freebsd.org 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 5BB6F16A447; Wed, 3 May 2006 19:46:25 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F31343D5C; Wed, 3 May 2006 19:45:20 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (aris.bedc.ondsl.gr [62.103.39.226]) (authenticated bits=128) by igloo.linux.gr (8.13.6/8.13.6/Debian-1) with ESMTP id k43JilE0005311 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 3 May 2006 22:44:51 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.6/8.13.6) with ESMTP id k43Jiv0K035806; Wed, 3 May 2006 22:44:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.6/8.13.6/Submit) id k43JivHM035787; Wed, 3 May 2006 22:44:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 3 May 2006 22:44:56 +0300 From: Giorgos Keramidas To: John Baldwin Message-ID: <20060503194456.GA30499@gothmog.pc> References: <200605031343.k43Dhlox091636@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605031343.k43Dhlox091636@repoman.freebsd.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.399, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.80, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 boot0.S X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 03 May 2006 19:46:27 -0000 On 2006-05-03 13:43, John Baldwin wrote: > jhb 2006-05-03 13:43:46 UTC > > FreeBSD src repository > > Modified files: > sys/boot/i386/boot0 boot0.S > Log: > Restore the pre-5.x behavior of only beeping if the user makes a bad > selection and not always beeping on startup. The two bytes for the extra > 'jmp' instruction were obtained by removing recognition of BSD/OS > partitions. > > Requested by: many > Tested by: subset of many > Head nod: imp, keramida > MFC after: 2 weeks > > Revision Changes Path > 1.15 +8 -5 src/sys/boot/i386/boot0/boot0.S Thanks! I just had a chance to install a new boot0 block here and this works quite fine :) One less local patch to maintain. Hurrah!