Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   tsutsui
Date:           Sun May 10 04:26:20 UTC 2009

Modified Files:
        src/sys/arch/ews4800mips/sbd: if_iee_sbdio.c
        src/sys/arch/hp700/gsc: if_iee_gsc.c
        src/sys/dev/ic: i82596.c i82596var.h

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/ews4800mips/sbd/if_iee_sbdio.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/hp700/gsc/if_iee_gsc.c
cvs rdiff -u -r1.24 -r1.25 src/sys/dev/ic/i82596.c
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/ic/i82596var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index