diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2023-05-23 23:11:06 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2023-06-08 18:02:33 +0000 |
| commit | 7d7d12ba7765902f51dabb259a186ca3b1a2d351 (patch) | |
| tree | 455b6784524ec1e6a5ce702940ffee4d852944ed /sys/compat/linuxkpi/common/include/linux/pci.h | |
| parent | 7c0c69d1a0f3735e315a48436bffbd482f956270 (diff) | |
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/pci.h')
| -rw-r--r-- | sys/compat/linuxkpi/common/include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/pci.h b/sys/compat/linuxkpi/common/include/linux/pci.h index cc8dbe2fef11..263dc41377cc 100644 --- a/sys/compat/linuxkpi/common/include/linux/pci.h +++ b/sys/compat/linuxkpi/common/include/linux/pci.h @@ -112,6 +112,7 @@ MODULE_PNP_INFO("U32:vendor;U32:device;V32:subvendor;V32:subdevice", \ #define PCI_DEVICE_ID PCIR_DEVICE #define PCI_COMMAND PCIR_COMMAND #define PCI_COMMAND_INTX_DISABLE PCIM_CMD_INTxDIS +#define PCI_COMMAND_MEMORY PCIM_CMD_MEMEN #define PCI_EXP_DEVCTL PCIER_DEVICE_CTL /* Device Control */ #define PCI_EXP_LNKCTL PCIER_LINK_CTL /* Link Control */ #define PCI_EXP_LNKCTL_ASPM_L0S PCIEM_LINK_CTL_ASPMC_L0S |
