Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/25/2000 19:38:11
Module Name:	syssrc
Committed By:	tv
Date:		Wed Oct 25 16:38:11 UTC 2000

Modified Files:
	syssrc/sys/dev/sbus [netbsd-1-5]: if_le.c

Log Message:
Pullup 1.15 and 1.16 [mrg]:
rework to use bus_dmamem_map() then bus_dmamem_load(), rather than
bus_dmamem_load_raw() then bus_dmamem_map().

ensure DMA mappings are not mapped streamable.  fixes ethernet problems on
ultrasparc sbus class machines.  from eeh.


To generate a diff of this commit:
cvs rdiff -r1.13.4.1 -r1.13.4.2 syssrc/sys/dev/sbus/if_le.c

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