From owner-cvs-all@FreeBSD.ORG Thu Oct 7 18:01:57 2004 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 6C3AA16A4CE; Thu, 7 Oct 2004 18:01:57 +0000 (GMT) Received: from mx-out-04.forthnet.gr (mx-out.forthnet.gr [193.92.150.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B015443D39; Thu, 7 Oct 2004 18:01:55 +0000 (GMT) (envelope-from dds@aueb.gr) Received: from mx-av-01.forthnet.gr (mx-av.forthnet.gr [193.92.150.27]) i97I1sSS011779; Thu, 7 Oct 2004 21:01:54 +0300 Received: from mx-as-01.forthnet.gr (mx-as.forthnet.gr [193.92.150.226]) i97I1r42030840; Thu, 7 Oct 2004 21:01:53 +0300 Received: from forthnet.gr (athmta01.forthnet.gr [193.92.150.23]) i97I1ri9032625; Thu, 7 Oct 2004 21:01:53 +0300 Received: from [192.168.136.16] (ppp10-adsl-131.ath.forthnet.gr [212.54.221.131]) by forthnet.gr (8.12.11/8.12.11) with ESMTP id i97I1qSH018942; Thu, 7 Oct 2004 21:01:52 +0300 Message-ID: <41658491.3070604@aueb.gr> Date: Thu, 07 Oct 2004 21:01:53 +0300 From: Diomidis Spinellis User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910 X-Accept-Language: en-us, en, el, de MIME-Version: 1.0 To: Warner Losh References: <200410071621.i97GL3lu029620@repoman.freebsd.org> In-Reply-To: <200410071621.i97GL3lu029620@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Flag: NO 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-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: Thu, 07 Oct 2004 18:01:57 -0000 Warner Losh wrote: > Added files: > sys/sys pbioio.h > sys/i386/isa pbio.c > Log: > Port pbio to HEAD. > > OK'd by: dds I now see that my initial commit to RELENG_4 and Warner's subsequent blitzport to HEAD has resulted into two disjoint file sets in the repository. I had not forseen this problem. Since this problem started from me, I am willing to redo the commits starting from HEAD and follow with the MFCs, if the CVS meisters are willing to do the required repo surgery, removing sys/sys/pbioio, sys/i386/isa/pbio.c and share/man/man4/man4.i386/pbio.4 Diomidis