From owner-svn-src-all@freebsd.org Wed Sep 16 00:16:00 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 854289CDBB5; Wed, 16 Sep 2015 00:16:00 +0000 (UTC) (envelope-from jhb@freebsd.org) 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 62B5C1E15; Wed, 16 Sep 2015 00:16:00 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E1DF5B953; Tue, 15 Sep 2015 20:15:58 -0400 (EDT) From: John Baldwin To: Marius Strobl Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r287726 - in head/sys: conf sparc64/pci Date: Mon, 14 Sep 2015 14:44:59 -0700 Message-ID: <3802200.abqUpJRte4@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-PRERELEASE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201509122249.t8CMnXpH089068@repo.freebsd.org> References: <201509122249.t8CMnXpH089068@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 15 Sep 2015 20:15:59 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 16 Sep 2015 00:16:00 -0000 On Saturday, September 12, 2015 10:49:33 PM Marius Strobl wrote: > Author: marius > Date: Sat Sep 12 22:49:32 2015 > New Revision: 287726 > URL: https://svnweb.freebsd.org/changeset/base/287726 > > Log: > - Factor out the common and generic parts of the sparc64 host-PCI-bridge > drivers into the revived sys/sparc64/pci/ofw_pci.c, previously already > serving a similar purpose. This has been done with sun4v in mind, which > explains a) the otherwise not that obvious scheme employed and b) why > reusing sys/powerpc/ofw/ofw_pci.c was even lesser an option. > - Add a workaround for QEMU once again not emulating real machines, in > this case by not providing the OFW_PCI_CS_MEM64 range. [1] > > Submitted by: jhb [1] > MFC after: 1 week Thanks! -- John Baldwin