From owner-cvs-src@FreeBSD.ORG Sun Aug 22 14:02:44 2004 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 3B8C316A4CE; Sun, 22 Aug 2004 14:02:44 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BD1543D2F; Sun, 22 Aug 2004 14:02:44 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7ME2iQU029927; Sun, 22 Aug 2004 14:02:44 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7ME2hGH029926; Sun, 22 Aug 2004 14:02:43 GMT (envelope-from gibbs) Message-Id: <200408221402.i7ME2hGH029926@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 22 Aug 2004 14:02:43 +0000 (UTC) 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 aic7xxx_pci.c 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: Sun, 22 Aug 2004 14:02:44 -0000 gibbs 2004-08-22 14:02:43 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic7xxx_pci.c Log: In the PCI error interrupt handler, specify the width of the PCI configuration cycle using the correct argument. The location and width were reversed. MFC in: 2 days Revision Changes Path 1.33 +7 -6 src/sys/dev/aic7xxx/aic7xxx_pci.c