diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-10-05 16:28:36 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-12 14:55:45 -0400 |
commit | 6ebe9d8667d3f449350cbc6686cd917ecf1f40dd (patch) | |
tree | 69bf3ba519ac04aa930101104ad56294d754e7db | |
parent | 2db78dd302d26d242d3e8e5c4c5024b6c3ea93c2 (diff) |
[libata] Turn on ACPI by default
Let's see what explodes.
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
-rw-r--r-- | drivers/ata/libata-core.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index aecbdad960fb..64d2c99d15e1 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
@@ -105,9 +105,9 @@ static int ata_probe_timeout = ATA_TMOUT_INTERNAL / HZ; | |||
105 | module_param(ata_probe_timeout, int, 0444); | 105 | module_param(ata_probe_timeout, int, 0444); |
106 | MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)"); | 106 | MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)"); |
107 | 107 | ||
108 | int libata_noacpi = 1; | 108 | int libata_noacpi = 0; |
109 | module_param_named(noacpi, libata_noacpi, int, 0444); | 109 | module_param_named(noacpi, libata_noacpi, int, 0444); |
110 | MODULE_PARM_DESC(noacpi, "Disables the use of ACPI in suspend/resume when set"); | 110 | MODULE_PARM_DESC(noacpi, "Disables the use of ACPI in probe/suspend/resume when set"); |
111 | 111 | ||
112 | MODULE_AUTHOR("Jeff Garzik"); | 112 | MODULE_AUTHOR("Jeff Garzik"); |
113 | MODULE_DESCRIPTION("Library module for ATA devices"); | 113 | MODULE_DESCRIPTION("Library module for ATA devices"); |