Module Name: src
Committed By: tsutsui
Date: Thu Oct 11 18:05:41 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note recent BCM57762 support to bge(4).
To generate a diff of this commit:
cvs rdiff -u -r1.1746 -r1.1747 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.1746 src/doc/CHANGES:1.1747
--- src/doc/CHANGES:1.1746 Mon Oct 8 00:12:57 2012
+++ src/doc/CHANGES Thu Oct 11 18:05:40 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1746 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1747 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -116,6 +116,8 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
support for Freescale i.MX6. Add new common boot/kvminit
code. [matt 20120831]
dhcpcd(8): Import dhcpcd-5.6.2 [roy 20120903]
+ bge(4): Add support for BCM57762, found in Apple's Thunderbolt to
+ Gigabit Ethernet Adapter. PR/46961 [tsutsui 20120917]
mfi(4): add a command pass-through ioctl, and associated COMPAT_LINUX
support. This allows to use the LSI MegaCLI linux binary
on a NetBSD host. [bouyer 20120919]