Date: Fri, 25 Sep 2009 17:56:13 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ata ata-chipset.c Message-ID: <200909251756.n8PHuUdq054797@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2009-09-25 17:56:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/dev/ata ata-chipset.c Log: SVN rev 197492 on 2009-09-25 17:56:13Z by marius MFC: r197402 - Add missing bus_dmamap_sync(9) calls for the work DMA map. Previously the work area was totally unsynchronized which means this driver only had a chance of working on x86 when no bounce buffers were involved, which isn't that likely given that support for 64-bit DMA is currently broken throughout ata(4). - Add necessary little-endian conversion of accesses to the work area, making this driver work on big-endian hosts. While at it, use the alignment-agnostic byte order encoders in order to be on the safe side. - Clear the reserved member of the SG list entries in order to be on the safe side. [1] Submitted by: yongari [1] Reviewed by: yongari Revision Changes Path 1.126.2.33 +14 -7 src/sys/dev/ata/ata-chipset.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909251756.n8PHuUdq054797>