cvs commit: src/sys/dev/disk/aic7xxx aic79xx.c aic79xx.h aic7xxx.c aic_osm_lib.h
Peter Avalos
pavalos at crater.dragonflybsd.org
Thu Jul 5 23:01:16 PDT 2007
pavalos 2007/07/05 22:58:27 PDT
DragonFly src repository
Modified files:
sys/dev/disk/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.
Obtained-from: FreeBSD
Revision Changes Path
1.24 +8 -8 src/sys/dev/disk/aic7xxx/aic79xx.c
1.12 +2 -2 src/sys/dev/disk/aic7xxx/aic79xx.h
1.21 +4 -4 src/sys/dev/disk/aic7xxx/aic7xxx.c
1.4 +16 -6 src/sys/dev/disk/aic7xxx/aic_osm_lib.h
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic79xx.c.diff?r1=1.23&r2=1.24&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic79xx.h.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic7xxx.c.diff?r1=1.20&r2=1.21&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic7xxx/aic_osm_lib.h.diff?r1=1.3&r2=1.4&f=u
More information about the Commits
mailing list