1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

Oops! Wrong copy-paste in r206053.

This commit is contained in:
Alexander Motin 2010-04-01 19:05:43 +00:00
parent 4703a67a9a
commit 0295bbe76f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=206054

View File

@ -605,7 +605,7 @@ sata_channel_begin_transaction(struct ata_request *request)
crqb->crqb_ata_lba_high_p = request->u.ata.lba >> 40;
crqb->crqb_ata_feature_p = request->u.ata.feature >> 8;
crqb->crqb_ata_count = request->u.ata.count;
crqb->crqb_ata_count_p = request->u.ata.count;
crqb->crqb_ata_count_p = request->u.ata.count >> 8;
bus_dmamap_sync(ch->dma.work_tag, ch->dma.work_map,
BUS_DMASYNC_PREREAD | BUS_DMASYNC_PREWRITE);