Module Name: src
Committed By: riz
Date: Sun Jul 14 20:39:56 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #907.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.16 -r1.1.2.17 src/doc/CHANGES-6.2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.16 src/doc/CHANGES-6.2:1.1.2.17
--- src/doc/CHANGES-6.2:1.1.2.16 Sun Jul 14 20:35:48 2013
+++ src/doc/CHANGES-6.2 Sun Jul 14 20:39:55 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.16 2013/07/14 20:35:48 riz Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.17 2013/07/14 20:39:55 riz Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -299,3 +299,24 @@ sys/dev/pci/pcidevs_data.h regen
Add ATI RADEON_HD7340.
[msaitoh, ticket #906]
+sys/dev/pci/if_wm.c 1.238, 1.244-1.247, 1.249-1.258
+sys/dev/pci/if_wmreg.h 1.50-1.51, 1.53
+sys/dev/pci/if_wmvar.h 1.15-1.16
+
+ Various fixes to wm(4):
+ Add I21[0178] support.
+ Fix a bug that wm_attach() may fail on some PCH2 or newer system.
+ wm_valid_nvm_bank_detect_ich8lan() misunderstood the NVM's bank
+ number. Fixes PR#47878.
+ Fix a bug that the check of reset complete fails on Intel 8 series
+ with "wm_lan_init_done: lan_init_done failed to complete" message.
+ The broken code was used for ICH8, 9... and PCH2.
+ The wm_linkintr_gmii() function is called from interrupt. That's
+ not tick, so call mii_pollstat() instead of mii_tick().
+ Add ECC support for the packet buffer. Only 82571 and I21[78] support
+ ECC.
+ Fix a bug that wrong semaphore is used in wm_gmii_hv_{read,write}reg.
+ Change style, add comments, fix some comments, use macros and
+ remove trailing whitespaces.
+ [msaitoh, ticket #907]
+