Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 02/04/2008 15:16:49
Module Name: src
Committed By: tsutsui
Date: Mon Feb 4 15:16:49 UTC 2008
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9reg.h
Log Message:
FreeBSD says "16 bits" comment about RTK_GTXSTART was incorrect.
Use CSR_WRITE_1() for it. (though the previous code also worked)
To generate a diff of this commit:
cvs rdiff -r1.94 -r1.95 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.27 -r1.28 src/sys/dev/ic/rtl81x9reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.