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

/linux-master/drivers/scsi/aacraid/
H A Daachba.c237 static int nondasd = -1; variable
253 module_param(nondasd, int, S_IRUGO|S_IWUSR);
254 MODULE_PARM_DESC(nondasd, "Control scanning of hba for nondasd devices."
2194 * force nondasd support on. If we decide to allow the non-dasd flag
2211 if (nondasd != -1)
2212 dev->nondasd_support = (nondasd!=0);

Completed in 121 milliseconds