Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 03/18/2004 23:20:32
Module Name:	src
Committed By:	bouyer
Date:		Thu Mar 18 23:20:32 UTC 2004

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

Log Message:
Use the bus_space_*_stream_* methods to access the chip's registers.
As we turn the chip to big-endian mode on big-endian systems, we should
never byte-swap the data read/written from/to registers. Tested on sparc64.
Finally fix kern/13341 by Jason R. Thorpe (really, the hard work of putting
bus_dmamap_sync() calls at the right places has been done my Jason mid-2001 :)


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/dev/pci/if_ti.c
cvs rdiff -r1.12 -r1.13 src/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.