CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2024/11/22 02:29:41

Modified files:
        sys/dev/ic     : ahci.c 

Log message:
Flush the interrupt status register in ahci(4) attach

AMD 600 Series AHCI set interrupt bits during sd(4) attaching while
using polling mode.  Thus, we have to clear them, before enable
interrupt handling.  Also the AHCI 1.3.1 saids to do this.

tested by tobhe@
ok tobhe@, jmatthew@

Reply via email to