Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 12/29/2004 00:21:37
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.