From owner-cvs-src@FreeBSD.ORG Fri Nov 30 23:02:43 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 3EF4516A52E; Fri, 30 Nov 2007 23:02:43 +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 30CBA13C514; Fri, 30 Nov 2007 23:02:43 +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 lAUN2hva022958; Fri, 30 Nov 2007 23:02:43 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAUN2hKw022957; Fri, 30 Nov 2007 23:02:43 GMT (envelope-from marius) Message-Id: <200711302302.lAUN2hKw022957@repoman.freebsd.org> From: Marius Strobl Date: Fri, 30 Nov 2007 23:02:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Fri, 30 Nov 2007 23:02:43 -0000 marius 2007-11-30 23:02:43 UTC FreeBSD src repository Modified files: sys/sparc64/pci ofw_pcibus.c psycho.c psychovar.h Log: - 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. MFC after: 3 days Revision Changes Path 1.17 +13 -0 src/sys/sparc64/pci/ofw_pcibus.c 1.71 +58 -11 src/sys/sparc64/pci/psycho.c 1.17 +5 -3 src/sys/sparc64/pci/psychovar.h