summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pcireg.h
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-10-07 03:40:51 +0000
committergibbs <gibbs@FreeBSD.org>1998-10-07 03:40:51 +0000
commitc3bd7bdfdda594530f77207803fdcfba4862f4bf (patch)
treedd49b1925ac07eb5b7638f177abb393d7d158439 /sys/dev/pci/pcireg.h
parent04f5e2e068d6ab729527b802a57364c9f7dea8e6 (diff)
downloadFreeBSD-src-c3bd7bdfdda594530f77207803fdcfba4862f4bf.zip
FreeBSD-src-c3bd7bdfdda594530f77207803fdcfba4862f4bf.tar.gz
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.
Diffstat (limited to 'sys/dev/pci/pcireg.h')
-rw-r--r--sys/dev/pci/pcireg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h
index 9e8c85e..0adb540 100644
--- a/sys/dev/pci/pcireg.h
+++ b/sys/dev/pci/pcireg.h
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: pcireg.h,v 1.18 1997/06/01 16:00:43 peter Exp $
+ * $Id: pcireg.h,v 1.19 1997/09/20 07:41:58 dyson Exp $
*
*/
@@ -56,6 +56,7 @@
#define PCIM_CMD_PORTEN 0x0001
#define PCIM_CMD_MEMEN 0x0002
#define PCIM_CMD_BUSMASTEREN 0x0004
+#define PCIM_CMD_PERRESPEN 0x0040
#define PCIR_STATUS 0x06
#define PCIR_REVID 0x08
#define PCIR_PROGIF 0x09
OpenPOWER on IntegriCloud