From 30ccffb914d29bc393275ede72956c1730043dc6 Mon Sep 17 00:00:00 2001 From: gibbs Date: Sat, 16 Sep 2000 20:06:13 +0000 Subject: Add PCIM_CMD_MWRICEN, the bit in the command register in PCI space that enables memory write and invalidate cycles on a bus master. --- sys/pci/pcireg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pci') diff --git a/sys/pci/pcireg.h b/sys/pci/pcireg.h index 2a32f50..8f6e474 100644 --- a/sys/pci/pcireg.h +++ b/sys/pci/pcireg.h @@ -52,6 +52,7 @@ #define PCIR_COMMAND 0x04 #define PCIM_CMD_PORTEN 0x0001 #define PCIM_CMD_MEMEN 0x0002 +#define PCIM_CMD_MWRICEN 0x0010 #define PCIM_CMD_BUSMASTEREN 0x0004 #define PCIM_CMD_PERRESPEN 0x0040 #define PCIR_STATUS 0x06 -- cgit v1.1