Browse Source

ide: fix cable detection for SATA bridges

Signed-off-by: George Kibardin <george-kibardin@yandex.ru>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
George Kibardin 17 years ago
parent
commit
b98f8803cc
1 changed files with 3 additions and 3 deletions
  1. 3 3
      drivers/ide/ide-iops.c

+ 3 - 3
drivers/ide/ide-iops.c

@@ -612,12 +612,12 @@ u8 eighty_ninty_three (ide_drive_t *drive)
 		printk(KERN_DEBUG "%s: skipping word 93 validity check\n",
 		printk(KERN_DEBUG "%s: skipping word 93 validity check\n",
 				  drive->name);
 				  drive->name);
 
 
+	if (ide_dev_is_sata(id) && !ivb)
+		return 1;
+
 	if (hwif->cbl != ATA_CBL_PATA80 && !ivb)
 	if (hwif->cbl != ATA_CBL_PATA80 && !ivb)
 		goto no_80w;
 		goto no_80w;
 
 
-	if (ide_dev_is_sata(id))
-		return 1;
-
 	/*
 	/*
 	 * FIXME:
 	 * FIXME:
 	 * - force bit13 (80c cable present) check also for !ivb devices
 	 * - force bit13 (80c cable present) check also for !ivb devices