From owner-cvs-all@FreeBSD.ORG Fri Jun 6 16:52:35 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 25B9537B401; Fri, 6 Jun 2003 16:52:35 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 829B343F75; Fri, 6 Jun 2003 16:52:34 -0700 (PDT) (envelope-from gibbs@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 h56NqY0U081536; Fri, 6 Jun 2003 16:52:34 -0700 (PDT) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h56NqYXM081535; Fri, 6 Jun 2003 16:52:34 -0700 (PDT) Message-Id: <200306062352.h56NqYXM081535@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 6 Jun 2003 16:52:34 -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/dev/aic7xxx aic79xx_pci.c aic7xxx_pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2003 23:52:35 -0000 gibbs 2003/06/06 16:52:34 PDT FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx_pci.c aic7xxx_pci.c Log: Clear stale PCI errors during our test for successfully mapping our registers. This avoids the disabling of memory mapped I/O just because some other driver probe happened to touch our registers. Revision Changes Path 1.13 +18 -7 src/sys/dev/aic7xxx/aic79xx_pci.c 1.28 +9 -1 src/sys/dev/aic7xxx/aic7xxx_pci.c