···576576577577 if (noacpi)578578 return 0;579579+ /*580580+ * TBD - implement PATA support. For now,581581+ * we should not run GTF on PATA devices since some582582+ * PATA require execution of GTM/STM before GTF.583583+ */584584+ if (!(ap->cbl == ATA_CBL_SATA))585585+ return 0;579586580587 for (ix = 0; ix < ATA_MAX_DEVICES; ix++) {581588 if (!ata_dev_enabled(&ap->device[ix]))