From owner-cvs-all Fri Jan 7 21:31:41 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BE0BF14F06; Fri, 7 Jan 2000 21:31:39 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: (from gibbs@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA54720; Fri, 7 Jan 2000 21:31:39 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Message-Id: <200001080531.VAA54720@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 7 Jan 2000 21:31:39 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci ahc_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk gibbs 2000/01/07 21:31:39 PST Modified files: sys/pci ahc_pci.c Log: Turn on parity error reporting before configuring external sram. This makes it a little easier to notice that parity checking an 8bit sram isn't working. Turn on scb and internal data-path parity checking for all pci chips types. We were only doing this for ultra2 chips. After clearing the parity interrupt status, clear the BRKADRINT. This avoids seeing a bogus BRKADRINT interrupt after external SCB probing once normal interrupts are enabled. Revision Changes Path 1.26 +22 -15 src/sys/pci/ahc_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message