Searched refs:atapi_enabled (Results 1 – 1 of 1) sorted by relevance
117 static int atapi_enabled = 1; variable118 module_param(atapi_enabled, int, 0444);119 MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on [default])");2524 if ((!atapi_enabled || (ap->flags & ATA_FLAG_NO_ATAPI)) && in ata_dev_configure()2527 atapi_enabled ? "not supported with this driver" in ata_dev_configure()