commit | b911fc3ae0121ff0b72a52e58823c3f8ac3094d0 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Thu Feb 02 18:20:00 2006 +0900 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu Feb 09 01:52:53 2006 -0500 |
tree | a0cbe5788d973d631fb4e3d1453a54799d54bc9f | |
parent | c18d06f89fd09ee0059c4899e615c471d59af66a [diff] |
[PATCH] libata: fix ata_std_probe_reset() SATA detection ap->cbl is initialized during postreset and thus unknown on entry to ata_std_probe_reset(). This patch makes ata_std_probe_reset() use ATA_FLAG_SATA flag instead of ap->cbl to detect SATA port. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>