vhba_attr.o vhba_wq.o vhba_proc.o vhba_stats.o vhba_ib.o \
vhba_scsi_intf.o vhba_align.o
-ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8004\"
+ccflags-y += -DXSIGO_LOCAL_VERSION=\"6.0.r8008\"
ccflags-y += -DRDMA_PORT_LINK_LAYER_CHANGES -DHAS_SKB_ACCESS_FUNCTIONS
ccflags-y += -DSCSI_STRUCT_CHANGES -DSCSI_TIMEOUT_CHANGES -DLLE
ccflags-y += -DXG_FRAG_SIZE_PRESENT -DXG_FRAG_PAGE_PRESENT
***********************************/
int cmds_per_lun = 16;
-module_param(cmds_per_lun, int, S_IRWXU);
+module_param(cmds_per_lun, int, 0644);
int vhba_multiple_q = 1;
-module_param(vhba_multiple_q, int, S_IRWXU);
+module_param(vhba_multiple_q, int, 0644);
int vhba_max_transfer_size = VHBA_DEFAULT_TRANSFER_SIZE;
-module_param(vhba_max_transfer_size, int, S_IRWXU);
+module_param(vhba_max_transfer_size, int, 0644);
int vhba_max_q_depth = VHBA_MAX_VH_Q_DEPTH;
-module_param(vhba_max_q_depth, int, S_IRWXU);
+module_param(vhba_max_q_depth, int, 0644);
int vhba_debug = 0x200001;
module_param(vhba_debug, int, 0644);
int vhba_max_scsi_retry = VHBA_MAX_SCSI_RETRY;
-module_param(vhba_max_scsi_retry, int, S_IRWXU);
+module_param(vhba_max_scsi_retry, int, 0644);
int vhba_default_scsi_timeout = VHBA_DEFAULT_SCSI_TIMEOUT;
-module_param(vhba_default_scsi_timeout, int, S_IRWXU);
+module_param(vhba_default_scsi_timeout, int, 0644);
int vhba_wait_in_boot = 1;
module_param(vhba_wait_in_boot, int, 0644);