Module Name: src
Committed By: sborrill
Date: Wed Jun 13 14:01:22 UTC 2012
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Ticket #1774
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.174 -r1.1.2.175 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.174 src/doc/CHANGES-5.2:1.1.2.175
--- src/doc/CHANGES-5.2:1.1.2.174 Tue Jun 12 23:18:43 2012
+++ src/doc/CHANGES-5.2 Wed Jun 13 14:01:22 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.174 2012/06/12 23:18:43 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.175 2012/06/13 14:01:22 sborrill Exp $
A complete list of changes from the NetBSD 5.1 release to the NetBSD 5.2
release:
@@ -6465,3 +6465,14 @@ sys/arch/amd64/amd64/netbsd32_machdep.c
now instead of trying to jump to the bogus address.
[spz, ticket #1773]
+sbin/raidctl/raidctl.c 1.52
+sys/dev/raidframe/raidframevar.h 1.15
+sys/dev/raidframe/rf_copyback.c 1.45
+sys/dev/raidframe/rf_disks.c 1.78
+sys/dev/raidframe/rf_netbsdkintf.c 1.282,1.284
+sys/dev/raidframe/rf_reconstruct.c 1.111
+
+ Fix garbage values in partitionSizeHi with RAID array > 2TB. Stops the check
+ against rf_component_label_partitionsize() failing and stopping auto-configure.
+ [mrg, ticket #1774]
+