NetBSD/sys/arch/evbarm
thorpej 7b652cb939 Change the way that DMA map syncs are done. Instead of remembering
the virtual address for each DMA segment, just cache a pointer to the
original buffer/buftype used to load the DMA map, and use that.  This
lets us shrink the bus_dma_segment_t down from 12 bytes to 8, and the
cache flushing is also more efficient.

Tested on an i80321 -- changes to others are mechanical.
2002-07-28 17:54:05 +00:00
..
compile
conf attach/match separated from ixp12x0_com 2002-07-20 03:09:03 +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 Fix odd typo from addition of pba_bridgetag. 2002-05-22 23:54:14 +00:00
include attach/match separated from ixp12x0_com 2002-07-20 03:09:03 +00:00
integrator Change the way that DMA map syncs are done. Instead of remembering 2002-07-28 17:54:05 +00:00
iq80310 Report stray interrupts. 2002-06-26 01:06:44 +00:00
iq80321 Issue a CPWAIT sequence after enabling the MMU to make sure 2002-04-26 18:01:21 +00:00
ixm1200 make compile when PCI_DEBUG was defined 2002-07-21 22:16:58 +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