mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
libata: turn on ATAPI by default
This commit is contained in:
parent
2f7ccc51db
commit
418dc1f5a8
@ -71,7 +71,7 @@ static unsigned int ata_dev_xfermask(struct ata_port *ap,
|
||||
static unsigned int ata_unique_id = 1;
|
||||
static struct workqueue_struct *ata_wq;
|
||||
|
||||
int atapi_enabled = 0;
|
||||
int atapi_enabled = 1;
|
||||
module_param(atapi_enabled, int, 0444);
|
||||
MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user