Module Name: src
Committed By: msaitoh
Date: Tue Feb 9 01:48:29 UTC 2010
Modified Files:
src/doc: CHANGES
Log Message:
mention about mfi(4)'s GEN2 support.
To generate a diff of this commit:
cvs rdiff -u -r1.1356 -r1.1357 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.1356 src/doc/CHANGES:1.1357
--- src/doc/CHANGES:1.1356 Mon Feb 8 19:11:18 2010
+++ src/doc/CHANGES Tue Feb 9 01:48:29 2010
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1356 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1357 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -538,7 +538,7 @@
linkage is now always the same. [pooka 20100119]
dhcpcd(8): Import dhcpcd-5.1.5. [roy 20100131]
terminfo(3): Import my terminfo implementation to replace termcap.
- roy [20100203]
+ [roy 20100203]
acpismbus(4): Add my experimental ACPI SMBus Control Method
Interface driver. [pgoyette 20100206]
uthum(4): Add a driver for TEMPer and TEMPerHUM usb thermometers.
@@ -546,3 +546,5 @@
network: Derive the mbuf cluster (NMBCLUSTERS) at boot time from
the available memory. The default can be raised by changing
kern.mbuf.nmbclusters. [joerg 20100208]
+ mfi(4): Add support for LSI's newer (GEN2) RAID controller from
+ OpenBSD. [msaitoh 20100209]