Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68151
b: refs/heads/master
c: 6ebe9d8
h: refs/heads/master
i:
  68149: e24a4ff
  68147: c64bf04
  68143: 607e2f9
v: v3
  • Loading branch information
Jeff Garzik committed Oct 12, 2007
1 parent 49982e0 commit 38dbbeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2db78dd302d26d242d3e8e5c4c5024b6c3ea93c2
refs/heads/master: 6ebe9d8667d3f449350cbc6686cd917ecf1f40dd
4 changes: 2 additions & 2 deletions trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ static int ata_probe_timeout = ATA_TMOUT_INTERNAL / HZ;
module_param(ata_probe_timeout, int, 0444);
MODULE_PARM_DESC(ata_probe_timeout, "Set ATA probing timeout (seconds)");

int libata_noacpi = 1;
int libata_noacpi = 0;
module_param_named(noacpi, libata_noacpi, int, 0444);
MODULE_PARM_DESC(noacpi, "Disables the use of ACPI in suspend/resume when set");
MODULE_PARM_DESC(noacpi, "Disables the use of ACPI in probe/suspend/resume when set");

MODULE_AUTHOR("Jeff Garzik");
MODULE_DESCRIPTION("Library module for ATA devices");
Expand Down

0 comments on commit 38dbbeb

Please sign in to comment.