Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/21/2006 03:44:47
Module Name:	src
Committed By:	tsutsui
Date:		Sat Oct 21 03:44:47 UTC 2006

Modified Files:
	src/sys/dev/ic: rtl8169.c

Log Message:
Use CSR_WRITE_1() to write RTK_TXSTART register because it is localted
at an odd address (0xd9) and noted "8 bit" in rtl81x9reg.h.

XXX: FreeBSD and OpenBSD also use CSR_WRITE_1() to write RTK_GTXSTART
XXX: for 8169 even though there is a "16 bits" comment at GTXSTART macro.
XXX: Which is correct?


To generate a diff of this commit:
cvs rdiff -r1.42 -r1.43 src/sys/dev/ic/rtl8169.c

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