Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 89241
b: refs/heads/master
c: d21279f
h: refs/heads/master
i:
  89239: de6ccdc
v: v3
  • Loading branch information
Zoltan Boszormenyi authored and Jeff Garzik committed Apr 17, 2008
1 parent 8dab907 commit 253b2d2
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: d9c74fbead08de13e3965e1c6ffe289f24f45479
refs/heads/master: d21279f4125893c63ec285962e1f2164b4d71117
4 changes: 2 additions & 2 deletions trunk/drivers/ata/sata_nv.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ MODULE_DEVICE_TABLE(pci, nv_pci_tbl);
MODULE_VERSION(DRV_VERSION);

static int adma_enabled = 1;
static int swncq_enabled;
static int swncq_enabled = 1;

static void nv_adma_register_mode(struct ata_port *ap)
{
Expand Down Expand Up @@ -2485,5 +2485,5 @@ module_exit(nv_exit);
module_param_named(adma, adma_enabled, bool, 0444);
MODULE_PARM_DESC(adma, "Enable use of ADMA (Default: true)");
module_param_named(swncq, swncq_enabled, bool, 0444);
MODULE_PARM_DESC(swncq, "Enable use of SWNCQ (Default: false)");
MODULE_PARM_DESC(swncq, "Enable use of SWNCQ (Default: true)");

0 comments on commit 253b2d2

Please sign in to comment.