From owner-cvs-src@FreeBSD.ORG Thu Sep 22 05:11:35 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DB68516A41F; Thu, 22 Sep 2005 05:11:35 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A58B43D46; Thu, 22 Sep 2005 05:11:35 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j8M5BZMp034709; Thu, 22 Sep 2005 05:11:35 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j8M5BZnn034708; Thu, 22 Sep 2005 05:11:35 GMT (envelope-from gibbs) Message-Id: <200509220511.j8M5BZnn034708@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 22 Sep 2005 05:11:35 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_pci.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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, 22 Sep 2005 05:11:36 -0000 gibbs 2005-09-22 05:11:35 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic7xxx_pci.c Log: Use the AHC_DISABLE_PCI_PERR flag to silence parity error reporting on chips where setting the FAILDIS bit is not effective. While here, try again to make it clear that reported parity errors indicate a failure of some PCI device *other than* the aic7xxx controller. Revision Changes Path 1.35 +15 -8 src/sys/dev/aic7xxx/aic7xxx_pci.c