diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-03-11 20:50:08 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-11 20:50:08 -0500 |
commit | 418dc1f5a805822fcf1118804ddc689a4156db4a (patch) | |
tree | 33ef606c864e2cc4c706cebaf60a4153c9259d04 /drivers/scsi/libata-core.c | |
parent | 2f7ccc51db9f10ed2eaa4cd1777181972a23754e (diff) |
libata: turn on ATAPI by default
Diffstat (limited to 'drivers/scsi/libata-core.c')
-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 | ||