From owner-freebsd-current@FreeBSD.ORG Wed Apr 28 06:37:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C6D3916A4CE for ; Wed, 28 Apr 2004 06:37:48 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4566243D73 for ; Wed, 28 Apr 2004 06:37:48 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 7C56B6538E; Wed, 28 Apr 2004 14:37:46 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 20532-04-7; Wed, 28 Apr 2004 14:37:46 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id D54A265381; Wed, 28 Apr 2004 14:37:45 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id 2F06560EE; Wed, 28 Apr 2004 14:37:45 +0100 (BST) Date: Wed, 28 Apr 2004 14:37:45 +0100 From: Bruce M Simpson To: Poul-Henning Kamp Message-ID: <20040428133745.GL78839@empiric.dek.spc.org> References: <58437.1083100605@critter.freebsd.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <58437.1083100605@critter.freebsd.dk> cc: current@freebsd.org Subject: Re: boot0 and boot0sio testers please... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Apr 2004 13:37:48 -0000 On Tue, Apr 27, 2004 at 11:16:45PM +0200, Poul-Henning Kamp wrote: > A bug in boot0sio is fixed where we relied on %dx being retained > across a bios call and one in boot0 where we did not reset the > timer when the user typed a wrong key. Thanks! I was hoping to do this but it looks like you've beaten me to it. Well done. Cheers BMS