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: dyoung
Date: Wed Dec 29 00:21:37 UTC 2004
Modified Files:
src/sys/dev/ic: rtw.c rtwvar.h
Log Message:
Consolidate variables related to the rx ring in sc_rxdesc_blk,
which is a struct rtw_rxdesc_blk.
Put a copy of the DMA tag and the DMA map into the rx- and tx-ring
blocks so that I don't have to pass them to subroutines all of the
time.
To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/dev/ic/rtw.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/ic/rtwvar.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