From owner-cvs-src-old@FreeBSD.ORG Sat May 14 21:16:03 2011 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 ECC8410656F2 for ; Sat, 14 May 2011 21:16:01 +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 537188FC15 for ; Sat, 14 May 2011 21:16:01 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4ELG1I7018262 for ; Sat, 14 May 2011 21:16:01 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4ELG1f2018261 for cvs-src-old@freebsd.org; Sat, 14 May 2011 21:16:01 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201105142116.p4ELG1f2018261@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Sat, 14 May 2011 21:15:49 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/sparc64/pci psycho.c psychovar.h 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: Sat, 14 May 2011 21:16:04 -0000 marius 2011-05-14 21:15:49 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/sparc64/pci psycho.c psychovar.h Log: SVN rev 221925 on 2011-05-14 21:15:49Z by marius MFC: r220039, 220147 - A closer inspection of the OpenSolaris code indicates that the DMA syncing for Hummingbird and Sabre bridges should be applied with every BUS_DMASYNC_POSTREAD instead of in a wrapper around interrupt handlers for devices behind PCI-PCI bridges only as suggested by the documentation (code for the latter actually exists in OpenSolaris but is disabled by default), which also makes more sense. - Take advantage of the ofw_pci_setup_device method introduced in r220038 (MFC'ed to stable/8 in r221923) for disabling bus parking for certain EBus bridges in order to work around hardware bugs. - Mark some unused parameters as such. Revision Changes Path 1.82.2.10 +62 -161 src/sys/sparc64/pci/psycho.c 1.19.2.4 +2 -0 src/sys/sparc64/pci/psychovar.h