]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC 256942, 256943:
authorian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 18 May 2014 16:07:35 +0000 (16:07 +0000)
committerian <ian@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 18 May 2014 16:07:35 +0000 (16:07 +0000)
commitad36f40229eb0ea8e7f795296b4c50fb6eae6755
treed31c1d80a401d889b4491a08f2b0180acf806cea
parentfa289e0b9dc880bc311e08ba89c52c92459b0e3a
MFC 256942, 256943:

  - Fix a typo.
  - Use bus_dmamap_unload(), it is not optional.
  - The new allocator won't return coherent memory for any size > PAGE_SIZE,
  so don't assume we have coherent memory, and explicitely use
  bus_dmamap_sync().

git-svn-id: svn://svn.freebsd.org/base/stable/10@266406 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/arm/xscale/ixp425/if_npe.c
sys/arm/xscale/ixp425/ixp425_mem.c