From owner-svn-src-head@FreeBSD.ORG Mon Dec 28 01:23:14 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 16EAD106566C; Mon, 28 Dec 2009 01:23:14 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 98F8B8FC13; Mon, 28 Dec 2009 01:23:13 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.3/8.14.3/ALCHEMY.FRANKEN.DE) with ESMTP id nBS1NBQw066354; Mon, 28 Dec 2009 02:23:11 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.3/8.14.3/Submit) id nBS1NB1p066353; Mon, 28 Dec 2009 02:23:11 +0100 (CET) (envelope-from marius) Date: Mon, 28 Dec 2009 02:23:11 +0100 From: Marius Strobl To: Nathan Whitehorn Message-ID: <20091228012310.GB43157@alchemy.franken.de> References: <200912271655.nBRGtiAm061778@svn.freebsd.org> <4B37C22F.8010400@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B37C22F.8010400@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r201052 - in head/sys: conf sparc64/pci X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2009 01:23:14 -0000 On Mon, Dec 28, 2009 at 09:23:11AM +1300, Nathan Whitehorn wrote: > Marius Strobl wrote: > >Author: marius > >Date: Sun Dec 27 16:55:44 2009 > >New Revision: 201052 > >URL: http://svn.freebsd.org/changeset/base/201052 > > > >Log: > > Add a driver for the `Fire' JBus to PCIe bridges found in at least > > the Sun Fire V215/V245 and Sun Ultra 25/45 machines. This driver also > > already includes all the code to support the `Oberon' Uranus to PCIe > > bridges found in the Fujitsu-Siemens based Mx000 machines but due to > > lack of access to such a system for testing, probing of these bridges > > is currently disabled. > > > > > Nice! I think you missed a '+sparc64/pci/fire.c > optional pci' in sys/conf/files.sparc64, though. I deliberately haven't connected it to the build, yet, as these machines need the problem of the netboot device being left opened by the loader properly fixed. I thought I had a proper MI fix for this but re-reading the commit message that turned on the open- close-dance for every file access back on I think that the U-Boot support probably is abusing the closes to do post-transfer cleanup thus requiring the current behavior. Currently I'm waiting for raj@ to confirm whether this is the case so we can check other options. Marius