diff options
-rw-r--r-- | drivers/scsi/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/libata-core.c b/drivers/scsi/libata-core.c index 5a0b67a602df..42d43b55fb8f 100644 --- a/drivers/scsi/libata-core.c +++ b/drivers/scsi/libata-core.c | |||
@@ -71,7 +71,7 @@ static unsigned int ata_dev_xfermask(struct ata_port *ap, | |||
71 | static unsigned int ata_unique_id = 1; | 71 | static unsigned int ata_unique_id = 1; |
72 | static struct workqueue_struct *ata_wq; | 72 | static struct workqueue_struct *ata_wq; |
73 | 73 | ||
74 | int atapi_enabled = 0; | 74 | int atapi_enabled = 1; |
75 | module_param(atapi_enabled, int, 0444); | 75 | module_param(atapi_enabled, int, 0444); |
76 | MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)"); | 76 | MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)"); |
77 | 77 | ||