summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1997-02-14 03:13:37 +0000
committerdg <dg@FreeBSD.org>1997-02-14 03:13:37 +0000
commit0cf12c5095399c460d09c28873afc40799dbe2db (patch)
tree1e6614264fcafa97094c00037b1174631228c1ef /sys
parent06954db53d3d07627ae36fe0a91066a912930483 (diff)
downloadFreeBSD-src-0cf12c5095399c460d09c28873afc40799dbe2db.zip
FreeBSD-src-0cf12c5095399c460d09c28873afc40799dbe2db.tar.gz
Changed timeout for requesting sense from 100ms to 1 second.
Submitted by: gibbs
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/scsi/aic7xxx.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/scsi/aic7xxx.c b/sys/i386/scsi/aic7xxx.c
index 3b20b33..e8a64b8 100644
--- a/sys/i386/scsi/aic7xxx.c
+++ b/sys/i386/scsi/aic7xxx.c
@@ -1217,8 +1217,7 @@ ahc_handle_seqint(ahc, intstat)
* retrieve the sense.
*/
untimeout(ahc_timeout, (caddr_t)scb);
- timeout(ahc_timeout, (caddr_t)scb,
- (100 * hz) / 1000);
+ timeout(ahc_timeout, (caddr_t)scb, hz);
break;
}
/*
OpenPOWER on IntegriCloud