Reviewed by: Matthew Jacob

Changed the timeout to wait for writing of filemarks to complete from 1
minute to 3 minutes. This should probably be enhanced to be a sysctl variable.
This commit is contained in:
Lars Fredriksen 2001-07-02 16:39:17 +00:00
parent 80631942e5
commit 71cad36771

View File

@ -3105,7 +3105,7 @@ sawritefilemarks(struct cam_periph *periph, int nmarks, int setmarks)
softc->dsreg = MTIO_DSREG_FMK;
/* this *must* not be retried */
scsi_write_filemarks(&ccb->csio, 0, sadone, MSG_SIMPLE_Q_TAG,
FALSE, setmarks, nmarks, SSD_FULL_SIZE, 60000);
FALSE, setmarks, nmarks, SSD_FULL_SIZE, 180000);
softc->dsreg = MTIO_DSREG_REST;