Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 08/06/2001 22:20:27
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Aug  6 19:20:27 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: if_tl.c if_tlregs.h if_tlvar.h

Log Message:
Improvement: allocate one page of dmamem for Rx, Tx and nullbuff instead of
3 different ones.
Also pass the rigth seg/nseg to bus_dmamem_free().
Correct types in debug printf's


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 syssrc/sys/dev/pci/if_tl.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/pci/if_tlregs.h \
    syssrc/sys/dev/pci/if_tlvar.h

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