From owner-svn-src-all@FreeBSD.ORG Tue Sep 23 14:45:58 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE248E18; Tue, 23 Sep 2014 14:45:58 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 97D7A8A4; Tue, 23 Sep 2014 14:45:58 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 340ABB93B; Tue, 23 Sep 2014 10:45:57 -0400 (EDT) From: John Baldwin To: Rui Paulo Subject: Re: svn commit: r272018 - head/sys/pci Date: Tue, 23 Sep 2014 10:12:09 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.4-CBSD-20140415; KDE/4.5.5; amd64; ; ) References: <201409230631.s8N6VlX6087504@svn.freebsd.org> In-Reply-To: <201409230631.s8N6VlX6087504@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201409231012.09657.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 23 Sep 2014 10:45:57 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Sep 2014 14:45:58 -0000 On Tuesday, September 23, 2014 2:31:47 am Rui Paulo wrote: > Author: rpaulo > Date: Tue Sep 23 06:31:46 2014 > New Revision: 272018 > URL: http://svnweb.freebsd.org/changeset/base/272018 > > Log: > Remove the empty sys/pci directory. > > Deleted: > head/sys/pci/ Thanks for cleaning this up (even though I have pending patches to ncr I'll have to deal with when I merge. :-P) -- John Baldwin