libata: ahci enclosure management bios workaround
authorDavid Milburn <dmilburn@redhat.com>
Fri, 3 Apr 2009 20:36:41 +0000 (15:36 -0500)
committerJeff Garzik <jgarzik@redhat.com>
Tue, 7 Apr 2009 00:00:53 +0000 (20:00 -0400)
During driver initialization ahci_start_port may not be able
to turn LEDs off because the hardware may still be transmitting
a message. And since the BIOS may not be setting the LEDs to
off the drive LEDs may end up in a fault state. This has
been seen on ICH9r and ICH10r when configured in AHCI mode
instead of RAID mode, this patch doesn't key off a specific
set of device IDs but will give the EM transmit bit a chance
to clear if busy.

Signed-off-by: David Milburn <dmilburn@redhat.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

No differences found