summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/ata/ata-chipset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-chipset.c b/sys/dev/ata/ata-chipset.c
index dae53e7..66de3bd 100644
--- a/sys/dev/ata/ata-chipset.c
+++ b/sys/dev/ata/ata-chipset.c
@@ -4816,6 +4816,8 @@ ata_siiprb_dmainit(device_t dev)
if (ch->dma) {
/* note start and stop are not used here */
ch->dma->setprd = ata_siiprb_dmasetprd;
+
+ ch->dma->flags |= ATA_DMA_64BIT;
}
}
OpenPOWER on IntegriCloud