Note fxp(4) RX hardware checksum support for i82559.

This commit is contained in:
tsutsui 2009-03-08 04:54:56 +00:00
parent 15de39d387
commit ab42779cdb
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1199 $>
# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1200 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@ -162,5 +162,7 @@ Changes from NetBSD 5.0 to NetBSD 6.0:
requires a i386PAE or x86_64 hypervisor. [bouyer 20090305]
kernel: Compute kern.ipc.shmmaxpgs on startup based on physical
memory. Default can be overridden via sysctl. [joerg 20090306]
fxp(4): Add TCPv4/UDPv4 RX hardware checksum support for i82559 and
later chips. [tsutsui 20090307]
crash(8): Add a new utility to diagnose kernel crashes. Based upon
the in-kernel debugger (ddb). [ad 20090307]