Mon Mar 16 12:16:44 2009 UTC ()
Note TCPv4/UDPv4 RX hardware checksum support for mec(4) on sgimips O2.


(tsutsui)
diff -r1.1201 -r1.1202 src/doc/CHANGES

cvs diff -r1.1201 -r1.1202 src/doc/CHANGES (expand / switch to unified diff)

--- src/doc/CHANGES 2009/03/13 18:18:41 1.1201
+++ src/doc/CHANGES 2009/03/16 12:16:44 1.1202
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1201 $> 1# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1202 $>
2# 2#
3# 3#
4# [Note: This file does not mention every change made to the NetBSD source tree. 4# [Note: This file does not mention every change made to the NetBSD source tree.
5# For an exhaustive list, please subscribe to the `source-changes' mailing list, 5# For an exhaustive list, please subscribe to the `source-changes' mailing list,
6# or see the mailing list archives. For more information, send a message 6# or see the mailing list archives. For more information, send a message
7# containing just the word `help' to `majordomo@NetBSD.org'.] 7# containing just the word `help' to `majordomo@NetBSD.org'.]
8# 8#
9# ---------------------------------------------------------------------------- 9# ----------------------------------------------------------------------------
10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS: 10# PLEASE USE THE FOLLOWING STYLE WHEN ADDING ITEMS:
11# 11#
12# theme: Content ... 12# theme: Content ...
13# more content ... 13# more content ...
14# more content. [developer DATE-FORMAT] 14# more content. [developer DATE-FORMAT]
@@ -150,13 +150,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0: @@ -150,13 +150,15 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
150 xen: Add PCI pass-through support for Xen3. domain0 kernel gets a 150 xen: Add PCI pass-through support for Xen3. domain0 kernel gets a
151 pciback PCI drivers, to which device specified in the 151 pciback PCI drivers, to which device specified in the
152 pciback.hide boot parameter will attach. 152 pciback.hide boot parameter will attach.
153 DomU kernels gets a xpci device, to which PCI buses 153 DomU kernels gets a xpci device, to which PCI buses
154 will attach. [bouyer 20090305] 154 will attach. [bouyer 20090305]
155 xen: Add XEN3PAE_DOM0, a i386 domain0 kernel with PAE support. 155 xen: Add XEN3PAE_DOM0, a i386 domain0 kernel with PAE support.
156 requires a i386PAE or x86_64 hypervisor. [bouyer 20090305] 156 requires a i386PAE or x86_64 hypervisor. [bouyer 20090305]
157 kernel: Compute kern.ipc.shmmaxpgs on startup based on physical 157 kernel: Compute kern.ipc.shmmaxpgs on startup based on physical
158 memory. Default can be overridden via sysctl. [joerg 20090306] 158 memory. Default can be overridden via sysctl. [joerg 20090306]
159 fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and 159 fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and
160 later chips. [tsutsui 20090307] 160 later chips. [tsutsui 20090307]
161 crash(8): Add a new utility to diagnose kernel crashes. Based upon 161 crash(8): Add a new utility to diagnose kernel crashes. Based upon
162 the in-kernel debugger (ddb). [ad 20090307] 162 the in-kernel debugger (ddb). [ad 20090307]
 163 sgimips: Add TCPv4/UDPv4 RX hardware checksum support for mec(4)
 164 Ethernet on O2. [tsutsui 20090316]