mirror of
https://github.com/Fishwaldo/build.git
synced 2025-06-06 14:21:48 +00:00
Port multiplier patch, disabled by default
This commit is contained in:
parent
223e86747c
commit
5636cd2242
1 changed files with 13 additions and 0 deletions
13
patch/kernel/sun7i-default/port_multiplier.patch.disabled
Normal file
13
patch/kernel/sun7i-default/port_multiplier.patch.disabled
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/drivers/ata/sw_ahci_platform.c b/drivers/ata/sw_ahci_platform.c
|
||||
index 6525e55..ffa4685 100644
|
||||
--- a/drivers/ata/sw_ahci_platform.c
|
||||
+++ b/drivers/ata/sw_ahci_platform.c
|
||||
@@ -249,7 +249,7 @@ static struct ata_port_info sw_ahci_port_info = {
|
||||
.udma_mask = ATA_UDMA6,
|
||||
.port_ops = &ahci_ops,
|
||||
.private_data = (void*)(AHCI_HFLAG_32BIT_ONLY | AHCI_HFLAG_NO_MSI
|
||||
- | AHCI_HFLAG_NO_PMP | AHCI_HFLAG_YES_NCQ),
|
||||
+ | AHCI_HFLAG_YES_NCQ),
|
||||
};
|
||||
|
||||
static struct ahci_platform_data sw_ahci_platform_data = {
|
Loading…
Add table
Reference in a new issue