From owner-cvs-src-old@FreeBSD.ORG Fri May 14 20:00:44 2010 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 3BB8B106566C for ; Fri, 14 May 2010 20:00:44 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 2A0698FC14 for ; Fri, 14 May 2010 20:00:44 +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 o4EK0i5c053908 for ; Fri, 14 May 2010 20:00:44 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4EK0ick053907 for cvs-src-old@freebsd.org; Fri, 14 May 2010 20:00:44 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <201005142000.o4EK0ick053907@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Fri, 14 May 2010 20:00:21 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/pci schizo.c schizoreg.h schizovar.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: Fri, 14 May 2010 20:00:44 -0000 marius 2010-05-14 20:00:21 UTC FreeBSD src repository Modified files: sys/sparc64/pci schizo.c schizoreg.h schizovar.h Log: SVN rev 208097 on 2010-05-14 20:00:21Z by marius - Enable DMA write parity error interrupts on Schizo with a working implementation. - Revert the Sun Fire V890 WAR of r205254. Instead let schizo_pci_bus() only panic in case of fatal errors as the interrupt triggered by the error the firmware of these and also Sun Fire 280R with version 7 Schizo caused may happen as late as using the HBA and not only prior to touching the PCI bus (in the former case the actual error still is fatal but we clear it before touching the PCI bus). While at it count and export non-fatal error interrupts via sysctl(9). - Remove unnecessary locking from schizo_ue(). Revision Changes Path 1.15 +76 -38 src/sys/sparc64/pci/schizo.c 1.3 +10 -0 src/sys/sparc64/pci/schizoreg.h 1.5 +5 -3 src/sys/sparc64/pci/schizovar.h