Skip to content

Commit

Permalink
libata: turn on ATAPI by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Mar 12, 2006
1 parent 2f7ccc5 commit 418dc1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)");

Expand Down

0 comments on commit 418dc1f

Please sign in to comment.