Module Name: src
Committed By: sborrill
Date: Fri Feb 24 17:59:26 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1728
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.140 -r1.1.2.141 src/doc/CHANGES-5.2
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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.140 src/doc/CHANGES-5.2:1.1.2.141
--- src/doc/CHANGES-5.2:1.1.2.140 Fri Feb 24 17:45:53 2012
+++ src/doc/CHANGES-5.2 Fri Feb 24 17:59:26 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.140 2012/02/24 17:45:53 sborrill Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.141 2012/02/24 17:59:26 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -6052,3 +6052,12 @@ sys/arch/xen/xen/if_xennet_xenbus.c 1.5
long time in the network stack or socket buffers.
[bouyer, ticket #1730]
+sys/dev/raidframe/rf_reconmap.c 1.34
+sys/dev/raidframe/rf_reconstruct.c 1.118
+
+ Remove a DIAGNOSTIC check that is invalid for RAID5_RS.
+ Add logic to the main reconstruction loop to handle RAID5 with
+ rotated spares. Correct issues where we were doing one more
+ stripe than necessary.
+ [oster, ticket #1728]
+