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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daachba.c145 static int nondasd = -1; variable
153 module_param(nondasd, int, S_IRUGO|S_IWUSR);
154 MODULE_PARM_DESC(nondasd, "Control scanning of hba for nondasd devices."
1389 * force nondasd support on. If we decide to allow the non-dasd flag
1406 if (nondasd != -1)
1407 dev->nondasd_support = (nondasd!=0);

Completed in 108 milliseconds