projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
826cd15
)
[libata] sata_nv: disable ADMA by default
author
Jeff Garzik
<jeff@garzik.org>
Fri, 4 Apr 2008 07:34:45 +0000
(
03:34
-0400)
committer
Jeff Garzik
<jgarzik@redhat.com>
Thu, 17 Apr 2008 19:44:20 +0000
(15:44 -0400)
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>
drivers/ata/sata_nv.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ata/sata_nv.c
b/drivers/ata/sata_nv.c
index 8bb8ba1df62ec96371e2531ac7a13f629e66eac9..95fd0cd28b49405ce25b5f682d76d96af64ab107 100644
(file)
--- a/
drivers/ata/sata_nv.c
+++ b/
drivers/ata/sata_nv.c
@@
-531,7
+531,7
@@
MODULE_LICENSE("GPL");
MODULE_DEVICE_TABLE(pci, nv_pci_tbl);
MODULE_VERSION(DRV_VERSION);
-static int adma_enabled
= 1
;
+static int adma_enabled;
static int swncq_enabled = 1;
static void nv_adma_register_mode(struct ata_port *ap)