From owner-freebsd-stable@FreeBSD.ORG Tue May 1 16:22:18 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 8CDB21065676 for ; Tue, 1 May 2012 16:22:18 +0000 (UTC) (envelope-from james@slohall.com) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) by mx1.freebsd.org (Postfix) with ESMTP id 659C78FC16 for ; Tue, 1 May 2012 16:22:18 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1SPFqD-00018I-O3 for freebsd-stable@freebsd.org; Tue, 01 May 2012 09:22:17 -0700 Date: Tue, 1 May 2012 09:22:17 -0700 (PDT) From: James Hall To: freebsd-stable@freebsd.org Message-ID: <1335889337737-5678391.post@n5.nabble.com> In-Reply-To: <1335884732114-5678227.post@n5.nabble.com> References: <1335884732114-5678227.post@n5.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 16:22:18 -0000 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... -- View this message in context: http://freebsd.1045724.n5.nabble.com/Stable-buildkernel-warning-no-previous-prototype-for-legacy-pcib-map-msi-tp5678227p5678391.html Sent from the freebsd-stable mailing list archive at Nabble.com.