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