From owner-cvs-src-old@FreeBSD.ORG Wed Dec 23 21:39:10 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 878241065695 for ; Wed, 23 Dec 2009 21:39:10 +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 7551F8FC0A for ; Wed, 23 Dec 2009 21:39:10 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nBNLdAjN077056 for ; Wed, 23 Dec 2009 21:39:10 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nBNLdAwT077055 for cvs-src-old@freebsd.org; Wed, 23 Dec 2009 21:39:10 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200912232139.nBNLdAwT077055@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Wed, 23 Dec 2009 21:38:59 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/pci ofw_pcibus.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2009 21:39:10 -0000 marius 2009-12-23 21:38:59 UTC FreeBSD src repository Modified files: sys/sparc64/pci ofw_pcibus.c Log: SVN rev 200921 on 2009-12-23 21:38:59Z by marius - Add quirk handling for ALi M5229, mainly setting the magic "force enable IDE I/O" bit which prevents data access traps with revision 0xc8 in Fire-based machines when pci(4) enables PCIM_CMD_PORTEN. - Like for sun4v also don't add the PCI side of host-PCIe bridges to the bus on sun4u as they don't have configuration space implement there either. Revision Changes Path 1.27 +24 -3 src/sys/sparc64/pci/ofw_pcibus.c