mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-21 12:41:26 +00:00
qla2x00t-32gbit: Disable ql2xallocfwdump by default
Disable allocation of memory for a firmware dump during module initialization by default because it triggers DMAR faults with the IOMMU enabled. Reported-by: Sietse van Zanen <sietse@wizdom.nu> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8340 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -87,7 +87,7 @@ module_param(ql2xloginretrycount, int, S_IRUGO);
|
||||
MODULE_PARM_DESC(ql2xloginretrycount,
|
||||
"Specify an alternate value for the NVRAM login retry count.");
|
||||
|
||||
int ql2xallocfwdump = 1;
|
||||
int ql2xallocfwdump = 0;
|
||||
module_param(ql2xallocfwdump, int, S_IRUGO);
|
||||
MODULE_PARM_DESC(ql2xallocfwdump,
|
||||
"Option to enable allocation of memory for a firmware dump "
|
||||
|
||||
Reference in New Issue
Block a user