From owner-cvs-src@FreeBSD.ORG Thu Sep 4 08:25:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5BFBA16A4BF; Thu, 4 Sep 2003 08:25:12 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D7D243F75; Thu, 4 Sep 2003 08:25:11 -0700 (PDT) (envelope-from tmm@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h84FPB0U007986; Thu, 4 Sep 2003 08:25:11 -0700 (PDT) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h84FPBLZ007985; Thu, 4 Sep 2003 08:25:11 -0700 (PDT) Message-Id: <200309041525.h84FPBLZ007985@repoman.freebsd.org> From: Thomas Moestl Date: Thu, 4 Sep 2003 08:25:11 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/sparc64/pci psycho.c psychoreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 04 Sep 2003 15:25:12 -0000 tmm 2003/09/04 08:25:11 PDT FreeBSD src repository Modified files: sys/sparc64/pci psycho.c psychoreg.h Log: - Clear the CE AFSR bits which indicate the error condition when handling a correctable DMA error. Failing to do so can cause the error interrupt to be triggered over and over again. - Clean up the comments for UEAFSR_* constants, fix a typo (UEAFSR_BLK is (1 << 23), not (1 << 22)), and add two more. Also, add similar constants for the CE AFSR bits. Revision Changes Path 1.44 +3 -1 src/sys/sparc64/pci/psycho.c 1.7 +22 -7 src/sys/sparc64/pci/psychoreg.h