Skip to content

Commit

Permalink
Pull bugzilla-7907 into release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Len Brown committed Mar 10, 2007
2 parents cb2ebc5 + df33c77 commit b252630
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/ata/libata-acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -576,6 +576,13 @@ int ata_acpi_exec_tfs(struct ata_port *ap)

if (noacpi)
return 0;
/*
* TBD - implement PATA support. For now,
* we should not run GTF on PATA devices since some
* PATA require execution of GTM/STM before GTF.
*/
if (!(ap->cbl == ATA_CBL_SATA))
return 0;

for (ix = 0; ix < ATA_MAX_DEVICES; ix++) {
if (!ata_dev_enabled(&ap->device[ix]))
Expand Down

0 comments on commit b252630

Please sign in to comment.