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:47:25
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jun 30 14:47:24 UTC 2001

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

Log Message:
Split the transmit encap routine into two versions: one for the Tigon 1
and another for the Tigon 2.  This eliminates a conditional in the
loop around the DMA segments, and will make further cleanup easier.


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