From owner-cvs-all@FreeBSD.ORG Wed Dec 10 07:24:38 2003 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 3166D16A4CE; Wed, 10 Dec 2003 07:24:38 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0828843D2F; Wed, 10 Dec 2003 07:24:31 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 1F98F6520C; Wed, 10 Dec 2003 15:24:30 +0000 (GMT) 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 69006-03; Wed, 10 Dec 2003 15:24:29 +0000 (GMT) Received: from saboteur.dek.spc.org (unknown [82.147.19.91]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 63529651EE; Wed, 10 Dec 2003 15:24:29 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 8035F19; Wed, 10 Dec 2003 15:24:28 +0000 (GMT) Date: Wed, 10 Dec 2003 15:24:28 +0000 From: Bruce M Simpson To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20031210152428.GF48252@saboteur.dek.spc.org> Mail-Followup-To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200312101502.hBAF22Nv004527@repoman.freebsd.org> <20031210150555.GE48252@saboteur.dek.spc.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031210150555.GE48252@saboteur.dek.spc.org> Subject: Re: cvs commit: src/sys/dev/owi if_owi.c 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: Wed, 10 Dec 2003 15:24:38 -0000 On Wed, Dec 10, 2003 at 03:05:55PM +0000, Bruce M Simpson wrote: > Sorry guys, I forgot I had RELENG_5_2 checked out on my laptop and thus > this was a misfire. Should I back this out? Please let me know ASAP. Just got informed by scottl this is OK to stay, so I won't back it out. I'm going to -CURRENT on my laptop now (as this is what I'm running right at this moment - built on kimchi and bootstrapped via read-only NFS mount to force an upgrade) -- more work to come -- so will take the plunge now. Once again kudos to jhb and njl for all the recent interrupt and ACPI work. BMS