]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
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 5a0b67a602df237ea5c9d4998d87712178749bbf..42d43b55fb8f6e0741d7496f2f1c97d8aafceeab 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)");