From c2971789cc079e18aad42dd1f7e9120dd18bc0ed Mon Sep 17 00:00:00 2001 From: sos Date: Sun, 12 Nov 2000 20:41:24 +0000 Subject: Better handling of immediate commands, mainly to solve timeouts in the atapi-tape code... --- sys/dev/ata/atapi-tape.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/ata/atapi-tape.c') diff --git a/sys/dev/ata/atapi-tape.c b/sys/dev/ata/atapi-tape.c index e390b3f..ac1049c 100644 --- a/sys/dev/ata/atapi-tape.c +++ b/sys/dev/ata/atapi-tape.c @@ -482,7 +482,8 @@ ast_start(struct atapi_softc *atp) devstat_start_transaction(&stp->stats); atapi_queue_cmd(stp->atp, ccb, bp->bio_data, blkcount * stp->blksize, - (bp->bio_cmd == BIO_READ) ? ATPR_F_READ : 0, 60, ast_done, bp); + (bp->bio_cmd == BIO_READ) ? ATPR_F_READ : 0, + 120, ast_done, bp); } static int -- cgit v1.1