DragonFly commits List (threaded) for 2007-07
DragonFly BSD
DragonFly commits List (threaded) for 2007-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Jul 2007 22:58:27 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]