mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
dtc2278: set ->pio_mask also for the second port
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
a05e2faa0e
commit
691da768a3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user