Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket #907.



details:   https://anonhg.NetBSD.org/src/rev/eadc35bc7668
branches:  netbsd-6
changeset: 776385:eadc35bc7668
user:      riz <riz%NetBSD.org@localhost>
date:      Sun Jul 14 20:39:55 2013 +0000

description:
Ticket #907.

diffstat:

 doc/CHANGES-6.2 |  23 ++++++++++++++++++++++-
 1 files changed, 22 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 9c4c109bd086 -r eadc35bc7668 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2   Sun Jul 14 20:39:13 2013 +0000
+++ b/doc/CHANGES-6.2   Sun Jul 14 20:39:55 2013 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index