Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/20/2006 11:30:54
Module Name:	src
Committed By:	tsutsui
Date:		Fri Oct 20 11:30:54 UTC 2006

Modified Files:
	src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h

Log Message:
- call bus_dmamap_sync(9) against DMA descriptors more properly
- make DMA descripter members volatile
Now re(4) works on sgimips O2.

XXX: Still re(4) sometimes stalls on NFS load on sgimips,
XXX: but I'm not sure it's sgimips specific or not.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -r1.22 -r1.23 src/sys/dev/ic/rtl81x9var.h

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