From owner-cvs-src@FreeBSD.ORG Thu Oct 7 16:17:45 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 871FB16A4CF; Thu, 7 Oct 2004 16:17:45 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3F8443D41; Thu, 7 Oct 2004 16:17:44 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (harmony.village.org [10.0.0.6]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i97GFx8C039209; Thu, 7 Oct 2004 10:16:00 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Oct 2004 10:17:39 -0600 (MDT) Message-Id: <20041007.101739.71089835.imp@bsdimp.com> To: dds@aueb.gr From: "M. Warner Losh" In-Reply-To: <41656AA9.3080901@aueb.gr> References: <20041007.093249.23012109.imp@bsdimp.com> <20041007.100108.96921301.imp@bsdimp.com> <41656AA9.3080901@aueb.gr> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: dds@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/etc MAKEDEV src/sys/conf files.i386 majors src/sys/i386/conf LINT 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: Thu, 07 Oct 2004 16:17:45 -0000 In message: <41656AA9.3080901@aueb.gr> Diomidis Spinellis writes: : M. Warner Losh wrote: : > In message: <20041007.093249.23012109.imp@bsdimp.com> : > I have ported pbio.c to current. This looks like a useful driver : > (espeically considering that I think that my company would want to use : > it), and I'd like to see it committed to current. Do you have any : > objections to my committing it, or would you like to do the deed? : : That was amazingly fast! (less than three hours after the first commit) : Go ahead and commit it; the reason I originally avoided going through : HEAD is that I lacked the confidence and time to go do it. I am glad : you find it useful. OK. I'll go ahead and do that. But to be honest, chances are good that our primary use of this will be in 4.x first :-). Note: I've not tested it on real hardware yet. But with only 3 hours it is hard to cover all bases :-). Warner