Date: Thu, 18 Nov 2004 20:22:31 +0000 (UTC) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx.h aic7xxx.c aic_osm_lib.h Message-ID: <200411182022.iAIKMVqK081943@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2004-11-18 20:22:31 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx.c aic79xx.h aic7xxx.c aic_osm_lib.h Log: Revert to basing all timeout/timer values in ms rather than us. The switch to us was to help out the Linux port, but really just invited overflow. In fact, the request sense timer was overflowing prior to this change making it much shorter than intended. aic_osm_lib.h: Be more careful about overflow in all timer/timeout primitives. Revision Changes Path 1.33 +7 -7 src/sys/dev/aic7xxx/aic79xx.c 1.23 +1 -1 src/sys/dev/aic7xxx/aic79xx.h 1.104 +3 -3 src/sys/dev/aic7xxx/aic7xxx.c 1.4 +15 -5 src/sys/dev/aic7xxx/aic_osm_lib.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411182022.iAIKMVqK081943>