···395396 /* Clear a magic bit in SCR1 according to Darwin, those help397 * some funky seagate drives (though so far, those were already398- * set by the firmware on the machines I had access to399 */400 writel(readl(mmio_base + K2_SATA_SICR1_OFFSET) & ~0x00040000,401 mmio_base + K2_SATA_SICR1_OFFSET);
···395396 /* Clear a magic bit in SCR1 according to Darwin, those help397 * some funky seagate drives (though so far, those were already398+ * set by the firmware on the machines I had access to)399 */400 writel(readl(mmio_base + K2_SATA_SICR1_OFFSET) & ~0x00040000,401 mmio_base + K2_SATA_SICR1_OFFSET);