From owner-cvs-src@FreeBSD.ORG Tue Dec 4 21:40:49 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3D22B16A418; Tue, 4 Dec 2007 21:40:49 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2AD6013C45D; Tue, 4 Dec 2007 21:40:49 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB4LemSA020322; Tue, 4 Dec 2007 21:40:48 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB4LemZP020321; Tue, 4 Dec 2007 21:40:48 GMT (envelope-from marius) Message-Id: <200712042140.lB4LemZP020321@repoman.freebsd.org> From: Marius Strobl Date: Tue, 4 Dec 2007 21:40:48 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/sparc64/pci ofw_pcibus.c psycho.c psychovar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Dec 2007 21:40:49 -0000 marius 2007-12-04 21:40:47 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/pci ofw_pcibus.c psycho.c psychovar.h Log: MFC: sys/sparc64/pci/ofw_pcibus.c 1.17; sys/sparc64/pci/psycho.c 1.71, 1.72; sys/sparc64/pci/psychovar.h 1.17 - Add the PCI side of the HOST-PCI bridge itself to the bus. This is required by the X.Org PCI domains code and additionally needs a workaround for Hummingbird and Sabre bridges as these don't allow their config headers to be read at any width, which is an unusual behavior. - In psycho(4) take advantage of DEFINE_CLASS_0 and use more appropriate types for some softc members. Approved by: re (kensmith) Revision Changes Path 1.16.2.1 +13 -0 src/sys/sparc64/pci/ofw_pcibus.c 1.70.2.1 +58 -11 src/sys/sparc64/pci/psycho.c 1.16.2.1 +5 -3 src/sys/sparc64/pci/psychovar.h