Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kjmkznr/709632 to your computer and use it in GitHub Desktop.
Save kjmkznr/709632 to your computer and use it in GitHub Desktop.
Using Marvell 88SE9123 Chip with Sil3726 PMP Chip Workaround patch for gentoo-sources-2.6.36-r1
--- libata-pmp.c.orig 2010-11-22 04:34:38.000000000 +0900
+++ libata-pmp.c 2010-11-22 04:42:59.000000000 +0900
@@ -286,6 +286,8 @@
reason = "failed to write Sil3726 Private Register";
goto fail;
}
+ /* nr_ports decrement */
+ nr_ports--;
}
if (print_info) {
@kjmkznr
Copy link
Author

kjmkznr commented Nov 16, 2011

don't use this patch.

use http://patchwork.ozlabs.org/patch/120709/ or kernel-3.2(rc2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment