cvs commit: src/sys/dev/aic7xxx aic79xx.c aic79xx.h aic7xxx.c aic_osm_lib.h

Justin T. Gibbs gibbs at FreeBSD.org
Thu Nov 18 12:22:31 PST 2004


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


More information about the cvs-all mailing list