cognet 2007-07-27 14:48:05 UTC
FreeBSD src repository
Modified files:
sys/dev/em if_em.c
Log:
Use coherent mapping for DMA on arm. This is propably suitable for the
other archs, but I can't test it so I made it conditionnal on __arm__
for now.
Approved by: re (blanket)
Revision Changes Path
1.182 +5 -0 src/sys/dev/em/if_em.c