NetBSD/sys/arch/ews4800mips
tsutsui f76d0651b7 Misc bus_dma(9) related cleanup:
- calculate each descriptor sizes and offsets in iee_attach() and store them
  into softc, rather than re-calculating them everywhere via macros
- prepare macros to sync DMA shmem per each descriptor
- sync only necessary descriptors in iee_intr() and iee_start()
- make sure SCB_FOO macros take softc as an arg properly
- use bus_dmamap_load_mbuf(9) for RX mbufs
- put 2 byte alignments to RX mbufs

XXX: still slower than ie(4) in i82586 compat mode on HP9000 735/125.
2009-05-10 04:26:19 +00:00
..
compile
conf Changes to MEMORY_RBFLAGS option: 2009-02-06 18:50:26 +00:00
dev
ews4800mips As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap 2008-11-30 18:21:31 +00:00
include
sbd Misc bus_dma(9) related cleanup: 2009-05-10 04:26:19 +00:00
stand Remove obsolete LIBSA_USE_MEMCPY and LIBSA_USE_MEMSET. 2009-04-03 10:38:12 +00:00
Makefile