Revert to basing all timeout/timer values in ms rather than us. The switch
authorPeter Avalos <pavalos@dragonflybsd.org>
Fri, 6 Jul 2007 05:58:26 +0000 (05:58 +0000)
committerPeter Avalos <pavalos@dragonflybsd.org>
Fri, 6 Jul 2007 05:58:26 +0000 (05:58 +0000)
commitce48b5fa41e7bd8817be0decb9157168342a206d
tree76eaf2b6de14029a9ecf5ef2d68ba6b9c5774b9d
parent1b62e24b831c76f3e0361c16a78d1ccd15eed79f
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.

Obtained-from: FreeBSD
sys/dev/disk/aic7xxx/aic79xx.c
sys/dev/disk/aic7xxx/aic79xx.h
sys/dev/disk/aic7xxx/aic7xxx.c
sys/dev/disk/aic7xxx/aic_osm_lib.h