|
@@ -170,9 +170,9 @@ int acbsize = -1;
|
|
|
module_param(acbsize, int, S_IRUGO|S_IWUSR);
|
|
|
MODULE_PARM_DESC(acbsize, "Request a specific adapter control block (FIB) size. Valid values are 512, 2048, 4096 and 8192. Default is to use suggestion from Firmware.");
|
|
|
|
|
|
-int expose_physicals = 0;
|
|
|
+int expose_physicals = -1;
|
|
|
module_param(expose_physicals, int, S_IRUGO|S_IWUSR);
|
|
|
-MODULE_PARM_DESC(expose_physicals, "Expose physical components of the arrays. 0=off, 1=on");
|
|
|
+MODULE_PARM_DESC(expose_physicals, "Expose physical components of the arrays. -1=protect 0=off, 1=on");
|
|
|
/**
|
|
|
* aac_get_config_status - check the adapter configuration
|
|
|
* @common: adapter to query
|