Searched defs:boot_options (Results 1 - 2 of 2) sorted by path

/drivers/scsi/
H A Deata.c119 * + When loaded as a module, accepts the new parameter boot_options
122 * modprobe eata 'boot_options="0x7410,0x230,lc:y,tc:n,mq:4"'
924 static char boot_options[MAX_BOOT_OPTIONS_SIZE]; variable
930 module_param_string(eata, boot_options, MAX_BOOT_OPTIONS_SIZE, 0);
1557 if (strlen(boot_options))
1558 option_setup(boot_options);
H A Du14-34f.c88 * + When loaded as a module, accepts the new parameter boot_options
91 * modprobe u14-34f 'boot_options="0x230,0x340,lc:y,mq:4"'
670 static char boot_options[MAX_BOOT_OPTIONS_SIZE]; variable
676 module_param_string(u14_34f, boot_options, MAX_BOOT_OPTIONS_SIZE, 0);
1089 if(strlen(boot_options)) option_setup(boot_options);

Completed in 286 milliseconds