Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/ic
Module Name: src
Committed By: tsutsui
Date: Sat Nov 8 16:08:13 UTC 2003
Modified Files:
src/sys/dev/ic: smc83c170.c smc83c170reg.h smc83c170var.h
Log Message:
Define all members in TX/RX DMA descriptors as u_int32_t and use proper shift
and mask ops since smc83c170 chips access them in 32bit width with proper
byteswap mechanism, so that all #if BYTE_ORDER in descriptors can be removed.
While here, do some slight optimizations in epic_start() and epic_intr().
To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/sys/dev/ic/smc83c170.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/ic/smc83c170reg.h
cvs rdiff -r1.7 -r1.8 src/sys/dev/ic/smc83c170var.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