Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/30/2001 18:39:52
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jun 30 15:39:52 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: if_ti.c if_tireg.h

Log Message:
Use macros (like those in every other network driver I have written)
to compute the offset of a structure in the DMA'd control data, and
the DMA address of that structure.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 syssrc/sys/dev/pci/if_ti.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/pci/if_tireg.h

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