summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/pci/lcareg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha/pci/lcareg.h')
-rw-r--r--sys/arch/alpha/pci/lcareg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/alpha/pci/lcareg.h b/sys/arch/alpha/pci/lcareg.h
index c391631fbcf..9c6226dad28 100644
--- a/sys/arch/alpha/pci/lcareg.h
+++ b/sys/arch/alpha/pci/lcareg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: lcareg.h,v 1.7 2001/02/16 16:02:54 jason Exp $ */
+/* $OpenBSD: lcareg.h,v 1.8 2013/06/04 19:12:34 miod Exp $ */
/* $NetBSD: lcareg.h,v 1.7 1997/06/06 23:54:31 thorpej Exp $ */
/*
@@ -67,6 +67,9 @@
#define LCA_IOC_TB_ENA (LCA_IOC_BASE + 0x0a0) /* TLB Enable */
#define IOC_TB_ENA_TEN 0x0000000000000080UL
+#define LCA_IOC_PAR_DIS (LCA_IOC_BASE + 0x0e0) /* Parity Disable */
+#define IOC_PAR_DISABLE 0x0000000000000020UL
+
#define LCA_IOC_W_BASE0 (LCA_IOC_BASE + 0x100) /* Window Base */
#define LCA_IOC_W_MASK0 (LCA_IOC_BASE + 0x140) /* Window Mask */
#define LCA_IOC_W_T_BASE0 (LCA_IOC_BASE + 0x180) /* Translated Base */