diff options
| author | Jeff Garzik <jeff@garzik.org> | 2006-03-12 04:50:08 +0300 |
|---|---|---|
| committer | Jeff Garzik <jeff@garzik.org> | 2006-03-12 04:50:08 +0300 |
| commit | 418dc1f5a805822fcf1118804ddc689a4156db4a (patch) | |
| tree | 33ef606c864e2cc4c706cebaf60a4153c9259d04 | |
| parent | 2f7ccc51db9f10ed2eaa4cd1777181972a23754e (diff) | |
| download | linux-418dc1f5a805822fcf1118804ddc689a4156db4a.tar.xz | |
libata: turn on ATAPI by default
| -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, 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)"); |
