From e20ad976dfe048584ee9ee174837dee1b667bf5e Mon Sep 17 00:00:00 2001 From: tron Date: Tue, 16 Sep 2008 11:54:40 +0000 Subject: [PATCH] Note that we now support multiple volumes attached to an Intel MatrixRAID controller. --- doc/CHANGES | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/CHANGES b/doc/CHANGES index 8af88700eec0..c8bed3f3bbc0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1119 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1120 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -854,8 +854,8 @@ Changes from NetBSD 4.0 to NetBSD 5.0: [jmcneill 20080908] altq(4): Add support for source address hashing in the WFQ scheduler. [joerg 20080911] - ataraid(4): Add Intel MatrixRAID support contributed by Juan RP. - [tron 20080911] + ataraid(4): Add Intel MatrixRAID controller support contributed + by Juan RP. [tron 20080911] cgd(4): Change default iv to encblkno1; encblkno (the old iv) used to encrypt things 8 times leading to a 20% performance loss for no real security benefit [christos 20080912] @@ -868,3 +868,6 @@ Changes from NetBSD 4.0 to NetBSD 5.0: ataraid(4): Add support for status reports via bio(4) contributed by Juan RP. [tron 20080915] gem(4): Add support for Sun SBus SX fibre cards. [jdc 20080915] + ataraid(4): Add support for multiple volumes attached to + Intel MatrixRAID controllers contributed by Juan RP. + [tron 20080916]