提交 418dc1f5 编写于 作者: J Jeff Garzik

libata: turn on ATAPI by default

上级 2f7ccc51
...@@ -71,7 +71,7 @@ static unsigned int ata_dev_xfermask(struct ata_port *ap, ...@@ -71,7 +71,7 @@ static unsigned int ata_dev_xfermask(struct ata_port *ap,
static unsigned int ata_unique_id = 1; static unsigned int ata_unique_id = 1;
static struct workqueue_struct *ata_wq; static struct workqueue_struct *ata_wq;
int atapi_enabled = 0; int atapi_enabled = 1;
module_param(atapi_enabled, int, 0444); module_param(atapi_enabled, int, 0444);
MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)"); MODULE_PARM_DESC(atapi_enabled, "Enable discovery of ATAPI devices (0=off, 1=on)");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册