Module Name: src
Committed By: bouyer
Date: Wed Sep 19 21:26:17 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Note mfi(4) ioctl pass-through
To generate a diff of this commit:
cvs rdiff -u -r1.1742 -r1.1743 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.1742 src/doc/CHANGES:1.1743
--- src/doc/CHANGES:1.1742 Mon Sep 3 10:31:51 2012
+++ src/doc/CHANGES Wed Sep 19 21:26:17 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1742 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1743 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -116,3 +116,6 @@ 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]
+ 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]