From owner-freebsd-stable@FreeBSD.ORG Tue May 1 18:32:35 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 779DD1065742 for ; Tue, 1 May 2012 18:32:35 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4DC588FC1B for ; Tue, 1 May 2012 18:32:35 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id BFD3DB911; Tue, 1 May 2012 14:32:34 -0400 (EDT) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 1 May 2012 14:28:37 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p13; KDE/4.5.5; amd64; ; ) References: <1335884732114-5678227.post@n5.nabble.com> <1335889337737-5678391.post@n5.nabble.com> In-Reply-To: <1335889337737-5678391.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201205011428.37200.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 01 May 2012 14:32:34 -0400 (EDT) Cc: James Hall Subject: Re: Stable buildkernel warning: no previous prototype for legacy_pcib_map_msi X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 May 2012 18:32:35 -0000 On Tuesday, May 01, 2012 12:22:17 pm James Hall wrote: > I discovered that my copy of src/sys/amd64/include/legacyvar.h does not > include the two lines > > 60| int legacy_pcib_map_msi(device_t pcib, device_t dev, int irq, > 61| uint64_t *addr, uint32_t *data); > > which is in the stable sources available through svn at > http://svnweb.freebsd.org/base/stable/9/sys/amd64/include/legacyvar.h?revision=234150&view=markup&pathrev=234872. > I guess I have a bad mirror or something... Did you use cvsup10? I've had one other report of that mirror being stale specifically in regards to this change. -- John Baldwin