Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/scsictl Increase the format timeout to 6 hours.



details:   https://anonhg.NetBSD.org/src/rev/e8536050370e
branches:  trunk
changeset: 477696:e8536050370e
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Oct 27 22:29:06 1999 +0000

description:
Increase the format timeout to 6 hours.

diffstat:

 sbin/scsictl/scsictl.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 149edb19ca63 -r e8536050370e sbin/scsictl/scsictl.c
--- a/sbin/scsictl/scsictl.c    Wed Oct 27 20:56:41 1999 +0000
+++ b/sbin/scsictl/scsictl.c    Wed Oct 27 22:29:06 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: scsictl.c,v 1.9 1999/10/04 17:10:56 mycroft Exp $      */
+/*     $NetBSD: scsictl.c,v 1.10 1999/10/27 22:29:06 mycroft Exp $     */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -224,7 +224,7 @@
        memcpy(cmd.interleave, data.format_page.interleave,
            sizeof(cmd.interleave));
 
-       scsi_command(fd, &cmd, sizeof(cmd), NULL, 0, 60000, 0);
+       scsi_command(fd, &cmd, sizeof(cmd), NULL, 0, 21600000, 0);
 
        return;
 }



Home | Main Index | Thread Index | Old Index