Provide more defines for PCI-Express device ctrl.

This commit is contained in:
Rafal Jaworowski 2010-07-11 20:55:39 +00:00
parent da6bc8989d
commit c5a514a756
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=209907

View file

@ -605,6 +605,9 @@
#define PCIR_EXPRESS_DEVICE_CAP 0x4
#define PCIM_EXP_CAP_MAX_PAYLOAD 0x0007
#define PCIR_EXPRESS_DEVICE_CTL 0x8
#define PCIM_EXP_CTL_NFER_ENABLE 0x0002
#define PCIM_EXP_CTL_FER_ENABLE 0x0004
#define PCIM_EXP_CTL_URR_ENABLE 0x0008
#define PCIM_EXP_CTL_RELAXED_ORD_ENABLE 0x0010
#define PCIM_EXP_CTL_MAX_PAYLOAD 0x00e0
#define PCIM_EXP_CTL_NOSNOOP_ENABLE 0x0800