Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 03/10/2001 15:30:56
Module Name:	syssrc
Committed By:	briggs
Date:		Sat Mar 10 13:30:56 UTC 2001

Modified Files:
	syssrc/sys/dev/ic: dpt.c

Log Message:
Make this work on a PowerPC system:

 - Load the DMA address a byte at a time, and
 - Use bus_space_read_stream_2() instead of bus_space_read_2() when reading
   the byte-stream of configuration data from the card.

Sanity-checked on both i386 and sandpoint.  Reviewed by ad.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/dev/ic/dpt.c

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