Parcourir la source

dtc2278: set ->pio_mask also for the second port

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Bartlomiej Zolnierkiewicz il y a 17 ans
Parent
commit
691da768a3
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      drivers/ide/legacy/dtc2278.c

+ 1 - 0
drivers/ide/legacy/dtc2278.c

@@ -130,6 +130,7 @@ static int __init dtc2278_probe(void)
 
 	mate->serialized = 1;
 	mate->chipset = ide_dtc2278;
+	mate->pio_mask = ATA_PIO4;
 	mate->drives[0].no_unmask = 1;
 	mate->drives[1].no_unmask = 1;
 	mate->mate = hwif;