Module Name: src
Committed By: bouyer
Date: Wed Nov 18 23:13:09 UTC 2009
Modified Files:
src/doc: CHANGES
Log Message:
bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.
To generate a diff of this commit:
cvs rdiff -u -r1.1317 -r1.1318 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.1317 src/doc/CHANGES:1.1318
--- src/doc/CHANGES:1.1317 Tue Nov 17 19:19:21 2009
+++ src/doc/CHANGES Wed Nov 18 23:13:09 2009
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1317 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1318 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -440,3 +440,5 @@
raid(4): RAIDframe parity maps, which greatly improve parity rewrite
times after unclean shutdown; jld's GSoC 2009 project.
[jld 20091117]
+ bnx(4): Added support for Broadcom BCM5709 and BCM5716 chips.
+ [bouyer 20091118]