From owner-cvs-all Tue Oct 6 20:41:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA21700 for cvs-all-outgoing; Tue, 6 Oct 1998 20:41:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA21612; Tue, 6 Oct 1998 20:40:54 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA01873; Tue, 6 Oct 1998 20:40:52 -0700 (PDT) Date: Tue, 6 Oct 1998 20:40:52 -0700 (PDT) Message-Id: <199810070340.UAA01873@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ahc_pci.c dpt_pci.c pcireg.h Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/10/06 20:40:51 PDT Modified files: sys/pci ahc_pci.c dpt_pci.c pcireg.h Log: ahc_pci.c: Disable DPARCKEN in the DSCOMMAND0 register on the aic7890/91/96/97. Parity checking is broken for some chip/MB combinations and this is the work around recommended by Adaptec. dpt_pci.c: Remove a superflous '{' that prevented DPT_ALLOW_MEMIO from working. pcireg.h: Add a definition for Parity Error Reponse bit in the PCI Space command register. Revision Changes Path 1.2 +13 -5 src/sys/pci/ahc_pci.c 1.9 +2 -2 src/sys/pci/dpt_pci.c 1.20 +2 -1 src/sys/pci/pcireg.h