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