libata: turn on ATAPI by default
authorJeff Garzik <jeff@garzik.org>
Sun, 12 Mar 2006 01:50:08 +0000 (20:50 -0500)
committerJeff Garzik <jeff@garzik.org>
Sun, 12 Mar 2006 01:50:08 +0000 (20:50 -0500)
drivers/scsi/libata-core.c

index 5a0b67a..42d43b5 100644 (file)
@@ -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)");