Source-Changes-HG archive

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

[src/netbsd-2-0]: src/doc Process tickets:



details:   https://anonhg.NetBSD.org/src/rev/78ef76cb7e4f
branches:  netbsd-2-0
changeset: 564647:78ef76cb7e4f
user:      jdc <jdc%NetBSD.org@localhost>
date:      Fri Jan 07 12:51:20 2005 +0000

description:
Process tickets:
        #897 - performance issues with the i82547 Gig-E chip
        #973 - Make sk work on an asus A8V
        #985 - Prevent panics in DIAGNOSTIC kernels on powerpc
        #951 - finish pullups for macppc INSTALL

diffstat:

 doc/CHANGES-2.0.1 |  46 +++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 45 insertions(+), 1 deletions(-)

diffs (56 lines):

diff -r 967da0fb94fd -r 78ef76cb7e4f doc/CHANGES-2.0.1
--- a/doc/CHANGES-2.0.1 Fri Jan 07 12:48:59 2005 +0000
+++ b/doc/CHANGES-2.0.1 Fri Jan 07 12:51:20 2005 +0000
@@ -1,7 +1,51 @@
-#      $NetBSD: CHANGES-2.0.1,v 1.1.2.1 2004/12/23 04:45:50 jmc Exp $
+#      $NetBSD: CHANGES-2.0.1,v 1.1.2.2 2005/01/07 12:51:20 jdc Exp $
 
 A complete list of changes from the NetBSD 2.0 release to the NetBSD 2.0.1 
 release.
 
 File                                           Revision(s)
 ----                                           --------
+src/sys/dev/mii/igphy.c                                1.5
+src/sys/dev/mii/igphyreg.h                     1.2
+src/sys/dev/pci/if_wmreg.h                     1.12
+src/sys/dev/pci/if_wm.c                                1.78
+
+       Fix major performance issues with the i82547 Gig-E chip:
+       - enable the SmartSpeed work-around code for the IGP phy, with some
+         minor adjustments.
+       - add some useful constants related to the Packet Buffer Allocation
+         register.
+       - add the Receive and Transmit Data FIFO registers.
+       - change the Tx:Rx on-chip RAM allocation ratio based on MTU.
+       - On the 82547, keep track of how much of the Tx FIFO has been used.
+
+       [thorpej, ticket #897]
+
+sys/dev/pci/if_sk.c                            1.11
+sys/dev/pci/if_skreg.h                         1.3
+sys/dev/pci/if_skvar.h                         1.4
+
+       Fix Yukon ram sizing.
+       Fix tx queue (slist can be corrupted when tx interrupts hit within
+       tx_encap.
+       Lower interrupt moderation timer to (improves performance).
+       Improve chip identification. (from linux sk98lin driver).
+       Keep tx queue running by kicking the tx bmu repeatedly.
+
+       [abs, ticket #973]
+
+sys/arch/powerpc/powerpc/trap.c                        1.104
+
+       Make sure to do setenv/unsetenv in pairs.  This prevents panics in
+       DIAGNOSTIC kernel when crossing segment boundaries.
+
+       [matt, ticket #985]
+
+src/sys/arch/macppc/conf/INSTALL               1.78
+
+       Now that we have ofwboot load at 0xe00000, it doesn't make sense for
+       this kernel to load at 0x800000 - move back to the default and we
+       have around 13 MB of space for the kernel.
+
+       [wrstuden, ticket #951]
+



Home | Main Index | Thread Index | Old Index