aboutsummaryrefslogtreecommitdiff
path: root/sys/cam
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2001-11-17 18:26:00 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2001-11-17 18:26:00 +0000
commit3cf64d0fbb59e46391d5890ec52dc39929356382 (patch)
treec4d261f13413fb2fbf7ab8c0a23be0106a5a8ba4 /sys/cam
parentff9fc44d6ea3a628741a9b69d13cbeaf11d9621e (diff)
Notes
Diffstat (limited to 'sys/cam')
-rw-r--r--sys/cam/scsi/scsi_da.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c
index 3c4086695537..7401249db721 100644
--- a/sys/cam/scsi/scsi_da.c
+++ b/sys/cam/scsi/scsi_da.c
@@ -1680,7 +1680,7 @@ dashutdown(void * arg, int howto)
/*begin_lba*/0, /* whole disk */
/*lb_count*/0,
SSD_FULL_SIZE,
- 5 * 60 * 1000);
+ 60 * 60 * 1000);
xpt_polled_action(&ccb);