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/2007 04:49:58
Module Name:	src
Committed By:	tsutsui
Date:		Sun Feb  4 04:49:58 UTC 2007

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

Log Message:
- check more hwrev and use HWREV_* macro. From Realtek driver
  via Darrin B.Jewell.
  XXX: maybe we should check this sc_rev on more place
- use RTK_TXCFG_HWREV (0x7cc00000) rather than 0x7c800000
  to mask the hwrev value since bit 0x00400000 is used only by 8139D
  which is not supported by this driver
- fix a tyop


To generate a diff of this commit:
cvs rdiff -r1.77 -r1.78 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.