NetBSD/sys/arch/arm/footbridge
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
..
isa Use separate function pointers for dmamap_sync pre- vs post- operations. 2002-08-17 20:46:26 +00:00
dc21285mem.h
dc21285reg.h
footbridge.c * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to 2002-05-16 01:01:28 +00:00
footbridge.h Implement a proper delay routine for footbridge based systems. Note that 2002-05-04 10:04:42 +00:00
footbridge_clock.c Implement a proper delay routine for footbridge based systems. Note that 2002-05-04 10:04:42 +00:00
footbridge_com.c Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for 2002-03-17 19:40:26 +00:00
footbridge_com_io.c Use the bus_space_generic bus space ops. 2002-04-12 19:12:31 +00:00
footbridge_io.c Use the bus_space_generic bus space ops. 2002-04-12 19:12:31 +00:00
footbridge_irq.S Change local offset/label for irqhandlers to Lirqhandlers. Because in 2001-08-19 07:29:26 +00:00
footbridge_irqhandler.c Finish up the changes to get LOOSE_PROTOTYPES working for cats. 2002-01-07 22:58:07 +00:00
footbridge_machdep.c Use processor specific versions of ARM cache control functions for SA1100 2002-05-03 16:45:21 +00:00
footbridge_pci.c Use separate function pointers for dmamap_sync pre- vs post- operations. 2002-08-17 20:46:26 +00:00
footbridgevar.h Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location. 2002-02-10 12:26:00 +00:00
genassym.cf * Share a common vector page between arm26 and arm32. 2001-12-20 01:20:21 +00:00
todclock.c Remove #ifdef NC stuff, syncing with iomd/todclock.c. 2002-05-26 12:07:55 +00:00
todclockvar.h Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location. 2002-02-10 12:26:00 +00:00