From owner-cvs-src@FreeBSD.ORG Thu Nov 18 20:22:31 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A175516A4CE; Thu, 18 Nov 2004 20:22:31 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 915F143D2D; Thu, 18 Nov 2004 20:22:31 +0000 (GMT) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAIKMV1Y081944; Thu, 18 Nov 2004 20:22:31 GMT (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAIKMVqK081943; Thu, 18 Nov 2004 20:22:31 GMT (envelope-from gibbs) Message-Id: <200411182022.iAIKMVqK081943@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Thu, 18 Nov 2004 20:22:31 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx.h aic7xxx.c aic_osm_lib.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2004 20:22:31 -0000 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