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 17:16:56
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jun 30 14:16:55 UTC 2001

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

Log Message:
Move the `ti_tx_ring_nic' pointer out of the ring-data structure
and into the softc.  Garbage-collect the `ti_cmd_ring' pointer,
since bus_space is properly used to access the command ring.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 syssrc/sys/dev/pci/if_ti.c
cvs rdiff -r1.5 -r1.6 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.