diff options
Diffstat (limited to 'usr/src/uts/common')
-rw-r--r-- | usr/src/uts/common/io/pciex/pcieb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/pciex/pcieb.c b/usr/src/uts/common/io/pciex/pcieb.c index 66141bf523..264f6e4904 100644 --- a/usr/src/uts/common/io/pciex/pcieb.c +++ b/usr/src/uts/common/io/pciex/pcieb.c @@ -60,7 +60,7 @@ int pcieb_die = PF_ERR_FATAL_FLAGS; /* flag to turn on MSI support */ -int pcieb_enable_msi = 0; +int pcieb_enable_msi = 1; #if defined(DEBUG) uint_t pcieb_dbg_print = 0; |