]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 256942, 256943:
authorian <ian@FreeBSD.org>
Sun, 18 May 2014 16:07:35 +0000 (16:07 +0000)
committerian <ian@FreeBSD.org>
Sun, 18 May 2014 16:07:35 +0000 (16:07 +0000)
commit3799a70c01c78b64aee4ff66ab349aa986bcfcc8
treed31c1d80a401d889b4491a08f2b0180acf806cea
parentde4ccf451cbf43085aaee05881ee5548bdb403a9
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().
sys/arm/xscale/ixp425/if_npe.c
sys/arm/xscale/ixp425/ixp425_mem.c