mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
LinuxKPI: pci: add PCI_COMMAND_MEMORY
Add another PCI alias to our native defines for a wireless driver. MFC after: 10 days Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D40247
This commit is contained in:
parent
7c0c69d1a0
commit
7d7d12ba77
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue