]> err.no Git - linux-2.6/blobdiff - drivers/ide/ide-acpi.c
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfashe...
[linux-2.6] / drivers / ide / ide-acpi.c
index f0a6a3d6d2d35e4531354beabc7695a124bef864..e0bb0cfa7bdd70d8b57948f701f0cbcc7262d289 100644 (file)
@@ -386,6 +386,7 @@ static int taskfile_load_raw(ide_drive_t *drive,
 
        /* convert gtf to IDE Taskfile */
        memcpy(&args.tf_array[7], &gtf->tfa, 7);
+       args.tf_flags = IDE_TFLAG_OUT_TF | IDE_TFLAG_OUT_DEVICE;
 
        if (ide_noacpitfs) {
                DEBPRINT("_GTF execution disabled\n");