Searched refs:nondasd (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/aacraid/
H A Daachba.c147 static int nondasd = -1; variable
155 module_param(nondasd, int, S_IRUGO|S_IWUSR);
156 MODULE_PARM_DESC(nondasd, "Control scanning of hba for nondasd devices."
1391 * force nondasd support on. If we decide to allow the non-dasd flag
1408 if (nondasd != -1)
1409 dev->nondasd_support = (nondasd!=0);

Completed in 110 milliseconds