From owner-cvs-src-old@FreeBSD.ORG Thu Mar 19 14:52:11 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 432AD106567D for ; Thu, 19 Mar 2009 14:52:11 +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 2DCAD8FC17 for ; Thu, 19 Mar 2009 14:52:11 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n2JEqBve070377 for ; Thu, 19 Mar 2009 14:52:11 GMT (envelope-from marius@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n2JEqBFP070376 for cvs-src-old@freebsd.org; Thu, 19 Mar 2009 14:52:11 GMT (envelope-from marius@repoman.freebsd.org) Message-Id: <200903191452.n2JEqBFP070376@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to marius@repoman.freebsd.org using -f From: Marius Strobl Date: Thu, 19 Mar 2009 14:51:56 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_7 Subject: cvs commit: src/sys/sparc64/pci psycho.c psychoreg.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: Thu, 19 Mar 2009 14:52:14 -0000 marius 2009-03-19 14:51:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/sparc64/pci psycho.c psychoreg.h Log: SVN rev 190061 on 2009-03-19 14:51:56Z by marius MFC: r183152 Clear any possibly pending PCI error bits left by the firmware. These could trigger an error interrupt that we can't actually to do anything against as soon as enabling the error handlers. While at it don't bother about writing only to the write-one-to-clear bits when clearing error bits. Revision Changes Path 1.70.2.9 +56 -56 src/sys/sparc64/pci/psycho.c 1.14.2.1 +0 -8 src/sys/sparc64/pci/psychoreg.h