diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/scsipi/ch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/scsipi/ch.c b/sys/dev/scsipi/ch.c index 6ac88bba5bc..81df6821f7b 100644 --- a/sys/dev/scsipi/ch.c +++ b/sys/dev/scsipi/ch.c @@ -1,4 +1,4 @@ -/* $NetBSD: ch.c,v 1.37 1998/12/17 22:28:07 gibbs Exp $ */ +/* $NetBSD: ch.c,v 1.38 1999/04/04 12:20:48 bouyer Exp $ */ /* * Copyright (c) 1996, 1997, 1998 Jason R. Thorpe <thorpej@and.com> @@ -650,7 +650,7 @@ ch_ielem(sc) sc->sc_counts[CHET_ST] + sc->sc_counts[CHET_IE] + sc->sc_counts[CHET_DT]; - tmo *= 5 * 1000; + tmo *= 5 * 60 * 1000; tmo += (10 * 60 * 1000); return (scsipi_command(sc->sc_link, |
