diff --git a/sys/dev/ic/isp_netbsd.c b/sys/dev/ic/isp_netbsd.c index 5e150103551a..abd1ef0297d6 100644 --- a/sys/dev/ic/isp_netbsd.c +++ b/sys/dev/ic/isp_netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: isp_netbsd.c,v 1.61 2003/09/27 03:43:08 tls Exp $ */ +/* $NetBSD: isp_netbsd.c,v 1.62 2003/10/08 19:51:01 pk Exp $ */ /* * This driver, which is contained in NetBSD in the files: * @@ -59,7 +59,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.61 2003/09/27 03:43:08 tls Exp $"); +__KERNEL_RCSID(0, "$NetBSD: isp_netbsd.c,v 1.62 2003/10/08 19:51:01 pk Exp $"); #include #include @@ -789,7 +789,7 @@ isp_fc_worker(void *arg) s = splbio(); while (isp->isp_osinfo.threadwork) { isp->isp_osinfo.threadwork = 0; - if (isp_fc_runstate(isp, 10 * 1000000) == 0) { + if (isp_fc_runstate(isp, 250000) == 0) { break; } if (isp->isp_osinfo.loop_checked &&