Subject: CVS commit: [netbsd-3] src
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 11/19/2007 21:24:25
Module Name:	src
Committed By:	bouyer
Date:		Mon Nov 19 21:24:25 UTC 2007

Modified Files:
	src/share/man/man4 [netbsd-3]: wm.4
	src/sys/dev/pci [netbsd-3]: if_wm.c if_wmreg.h pcidevs

Log Message:
Pull up following revision(s) via patch (requested by msaitoh in ticket #1863):
	sys/dev/pci/if_wm.c			 1.137-1.138,1.141,1.144-1.146
	sys/dev/pci/if_wmreg.h			 1.23
	sys/dev/pci/pcidevs			 1.893 via patch
	share/man/man4/wm.4			 1.18-1.19
Fix typo.
Fix EEPROM reload sequence.
Add ICH9 support.
Workaround for 82541 Errata 29 and 82547 Errata 28:
 These devices have to reset the PHY before reset the MAC.
 Reported and tested by salo.


To generate a diff of this commit:
cvs rdiff -r1.11.2.4 -r1.11.2.5 src/share/man/man4/wm.4
cvs rdiff -r1.100.2.9 -r1.100.2.10 src/sys/dev/pci/if_wm.c
cvs rdiff -r1.14.4.3 -r1.14.4.4 src/sys/dev/pci/if_wmreg.h
cvs rdiff -r1.701.2.47 -r1.701.2.48 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.