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