
10 Apr
2010
10 Apr
'10
11:11 p.m.
Dear Dave Liu,
In message 1270769522-27230-1-git-send-email-daveliu@freescale.com you wrote:
After power on, the SATA host controller of P1022 Rev1 is configured in legacy mode instead of the expected enterprise mode.
Software needs to clear bit[28] of HControl register to change to enterprise mode after bringing the host offline.
Signed-off-by: Dave Liu daveliu@freescale.com
...
+#if defined(CONFIG_FSL_SATA_V2) && defined(CONFIG_FSL_SATA_ERRATUM_A001)
- /* For P1022/1013 Rev1.0 silicon, after power on SATA host
* controller is configured in legacy mode instead of
* the expected enterprise mode. software needs to clear
* bit[28] of HControl register to change to enterprise
* mode from legacy mode.
*/
Incorrect multiline comment style.