On 08/14/2014 12:09 PM, Stefan Hajnoczi wrote:
On Wed, Aug 13, 2014 at 05:56:12PM -0400, John Snow wrote:
@@ -497,6 +495,8 @@ static void ahci_reset_port(AHCIState *s, int port)
      pr->scr_stat = 0;
      pr->scr_err = 0;
      pr->scr_act = 0;
+    pr->tfdata = 0x7F;

Is it possible to avoid the magic number?


I can name it as AHCI_TFD_BOOT_VALUE or AHCI_TFD_INIT_VALUE or so. Same for the PxSIG boot value too. I don't think I can give any greater meaning to the value because it's just a boot signature that means "We haven't received an FIS yet."

Reply via email to