From owner-cvs-src@FreeBSD.ORG Thu Oct 7 22:20:28 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 8A6BF16A4D1; Thu, 7 Oct 2004 22:20:28 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1D26F43D1F; Thu, 7 Oct 2004 22:20:28 +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 i97MHFoV043379; Thu, 7 Oct 2004 16:17:16 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 07 Oct 2004 16:18:56 -0600 (MDT) Message-Id: <20041007.161856.122687515.imp@bsdimp.com> To: dds@aueb.gr From: "M. Warner Losh" In-Reply-To: <4165BAAD.4080401@aueb.gr> References: <41658491.3070604@aueb.gr> <20041007.121859.43504085.imp@bsdimp.com> <4165BAAD.4080401@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: peter@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys pbioio.h src/sys/i386/isa pbio.c src/sys/conf files.i386 src/sys/i386/conf NOTES 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 22:20:28 -0000 In message: <4165BAAD.4080401@aueb.gr> Diomidis Spinellis writes: : The only problem I see is that the file body appears to be stored twice : in the repository, starting from an empty 1.1. revision. I guess we can : ignore it and move on. I think this is one of the reasons that we put things in the head first. However, given that the driver is small, the repo bloat is also small, and likely not worth fixing. I agree with the ignore it and move on, but if cvs@ folks would rather fix it now, I'm game. Warner