|
@@ -160,6 +160,11 @@ MODULE_PARM_DESC(ql2xtargetreset,
|
|
|
"Enable target reset."
|
|
|
"Default is 1 - use hw defaults.");
|
|
|
|
|
|
+int ql2xgffidenable;
|
|
|
+module_param(ql2xgffidenable, int, S_IRUGO|S_IRUSR);
|
|
|
+MODULE_PARM_DESC(ql2xgffidenable,
|
|
|
+ "Enables GFF_ID checks of port type. "
|
|
|
+ "Default is 0 - Do not use GFF_ID information.");
|
|
|
|
|
|
int ql2xasynctmfenable;
|
|
|
module_param(ql2xasynctmfenable, int, S_IRUGO|S_IRUSR);
|