dtc2278: set ->pio_mask also for the second port

Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent a05e2faa
...@@ -130,6 +130,7 @@ static int __init dtc2278_probe(void) ...@@ -130,6 +130,7 @@ static int __init dtc2278_probe(void)
mate->serialized = 1; mate->serialized = 1;
mate->chipset = ide_dtc2278; mate->chipset = ide_dtc2278;
mate->pio_mask = ATA_PIO4;
mate->drives[0].no_unmask = 1; mate->drives[0].no_unmask = 1;
mate->drives[1].no_unmask = 1; mate->drives[1].no_unmask = 1;
mate->mate = hwif; mate->mate = hwif;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment