Add PCIM_CMD_MWRICEN, the bit in the command register in PCI space
that enables memory write and invalidate cycles on a bus master.
This commit is contained in:
parent
32da3127a3
commit
cb4d93cdbf
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65944
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user