Browse Source

[libata] sata_nv: disable ADMA by default

Continues to have open issues, and engineering support is extremely difficult
to come by, according to fellow NVIDIA engineers.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Jeff Garzik 17 years ago
parent
commit
06993d2237
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/ata/sata_nv.c

+ 1 - 1
drivers/ata/sata_nv.c

@@ -531,7 +531,7 @@ MODULE_LICENSE("GPL");
 MODULE_DEVICE_TABLE(pci, nv_pci_tbl);
 MODULE_DEVICE_TABLE(pci, nv_pci_tbl);
 MODULE_VERSION(DRV_VERSION);
 MODULE_VERSION(DRV_VERSION);
 
 
-static int adma_enabled = 1;
+static int adma_enabled;
 static int swncq_enabled = 1;
 static int swncq_enabled = 1;
 
 
 static void nv_adma_register_mode(struct ata_port *ap)
 static void nv_adma_register_mode(struct ata_port *ap)