Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/22/2006 01:47:53
Module Name: src
Committed By: tsutsui
Date: Sun Oct 22 01:47:53 UTC 2006
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9var.h
Log Message:
Rename RTK_[TR]X_DESC_INC() macro to RTK_NEXT_[TR]X_DESC() and
change them to return rvalues to avoid possible side effects.
Also define RTK_NEXT_TXQ() for rtk_txq index and use it as well.
To generate a diff of this commit:
cvs rdiff -r1.46 -r1.47 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.24 -r1.25 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.