diff options
author | Krishna Elango <Krishna.Elango@Sun.COM> | 2008-10-15 13:07:26 -0700 |
---|---|---|
committer | Krishna Elango <Krishna.Elango@Sun.COM> | 2008-10-15 13:07:26 -0700 |
commit | 3221df98598173bea3b143712532cdd09f4fbd0f (patch) | |
tree | 27ec62896f5bf7e4d9bf6e9857277fa705fafac3 /usr/src/uts/common/sys/pcie.h | |
parent | c1ce5987ab696310ecf43da576de007a2646fbac (diff) | |
download | illumos-joyent-3221df98598173bea3b143712532cdd09f4fbd0f.tar.gz |
6611254 no pcie error handling on various x86 platforms
6499336 pcie_pci should use MSIs
Diffstat (limited to 'usr/src/uts/common/sys/pcie.h')
-rw-r--r-- | usr/src/uts/common/sys/pcie.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/pcie.h b/usr/src/uts/common/sys/pcie.h index 7a3ee85d68..f86b286dd6 100644 --- a/usr/src/uts/common/sys/pcie.h +++ b/usr/src/uts/common/sys/pcie.h @@ -72,7 +72,7 @@ extern "C" { #define PCIE_PCIECAP_DEV_TYPE_RC_EC 0xA0 /* RootComplex Evt Collector */ #define PCIE_PCIECAP_DEV_TYPE_MASK 0xF0 /* Device/Port Type Mask */ #define PCIE_PCIECAP_SLOT_IMPL 0x100 /* Slot Impl vs Integrated */ -#define PCIE_PCIECAP_INT_MSG_NUM 0x3700 /* Interrupt Message Number */ +#define PCIE_PCIECAP_INT_MSG_NUM 0x3E00 /* Interrupt Message Number */ /* * Device Capabilities Register (4 bytes) |