Module Name: src
Committed By: snj
Date: Sun Jan 15 23:53:13 UTC 2017
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
1418
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.268 -r1.1.2.269 src/doc/CHANGES-6.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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.268 src/doc/CHANGES-6.2:1.1.2.269
--- src/doc/CHANGES-6.2:1.1.2.268 Wed Nov 16 18:07:03 2016
+++ src/doc/CHANGES-6.2 Sun Jan 15 23:53:13 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.268 2016/11/16 18:07:03 snj Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.269 2017/01/15 23:53:13 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -15421,3 +15421,14 @@ sys/arch/alpha/stand/common/prom.c 1.15
wrong host controller SCSI ID for DEC 3000.
[flxd, ticket #1416]
+sbin/scsictl/scsictl.8 1.27, 1.29, 1.30 via patch
+sbin/scsictl/scsictl.c 1.39 via patch
+sys/dev/scsipi/scsi_disk.h 1.32
+
+ Add "getrealloc" and "setrealloc" commands to get/set automatic
+ reallocation parameters/enables for error recovery, similar to
+ {get,set}cache. Many old SCSI disks shipped with reallocation
+ disabled, albeit supporting it. Minor (cosmetic) fixup of
+ scsi_disk_pages while there. PR bin/29165.
+ [flxd, ticket #1418]
+