Subject: CVS commit: [netbsd-4] src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 02/10/2007 14:27:49
Module Name:	src
Committed By:	tron
Date:		Sat Feb 10 14:27:49 UTC 2007

Modified Files:
	src/sys/dev/ic [netbsd-4]: rtl8169.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #437):
	sys/dev/ic/rtl8169.c: revision 1.78
- 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.72.2.4 -r1.72.2.5 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.