NetBSD/sys/arch/evbarm
thorpej a7d44c2503 Use separate function pointers for dmamap_sync pre- vs post- operations.
Change the bus_dmamap_sync() macro to test the ops argument against pre-
and post- constants.  The compiler will optimize out dead code because
of the constants.  Since post- operations are not needed on ARM (except
for ISA bounce buffers), this eliminate a large number of function calls
which are noops, each of which cost at least 6 cycles just in the call
and return overhead (not to mention whatever other useless work the
compiler decides to do in the callee).
2002-08-17 20:46:26 +00:00
..
compile Make sure the compile directory doesn't get purged by cvs updates 2001-10-23 13:35:10 +00:00
conf Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
dev Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
evbarm New interrupt framework for NetBSD/evbarm, and accompanying new 2002-01-30 03:59:39 +00:00
ifpga Use separate function pointers for dmamap_sync pre- vs post- operations. 2002-08-17 20:46:26 +00:00
include Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
integrator Use separate function pointers for dmamap_sync pre- vs post- operations. 2002-08-17 20:46:26 +00:00
iq80310 Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
iq80321 Compile properly without DIAGNOSTIC defined. 2002-08-17 19:19:57 +00:00
ixm1200 Add a new option EVBARM_BOARDTYPE to differentiate between different 2002-08-17 16:42:20 +00:00
stand Give gzboot a 1M heap, so that loading gzip -9'd kernels works 2002-04-25 22:30:38 +00:00
Makefile Add some missing backslashes. 2001-11-09 23:36:52 +00:00