Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/05/2006 16:52:11
Module Name: src
Committed By: tsutsui
Date: Sun Nov 5 16:52:11 UTC 2006
Modified Files:
src/sys/dev/ic: rtl8169.c rtl81x9reg.h rtl81x9var.h
Log Message:
Rename prefixes of re(4) specific macro and structure members
from RTK_ or rtk_ to RE_ or re_ for maintainability of these sources.
Eventually we should split these files (and struct rtk_softc) into
three elements, rtk(4) specific one, re(4) specific one, and a common
(register definitions, eeprom and multicast functions etc) part.
While here, add a couple of comments around weird definitions.
To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 src/sys/dev/ic/rtl8169.c
cvs rdiff -r1.21 -r1.22 src/sys/dev/ic/rtl81x9reg.h
cvs rdiff -r1.31 -r1.32 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.