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

cvs commit: src/sys/dev/isp isp_freebsd.c isp_freebsd.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Jul 2003 14:14:23 -0700 (PDT)

dillon      2003/07/19 14:14:23 PDT

  Modified files:
    sys/dev/isp          isp_freebsd.c isp_freebsd.h 
  Log:
  Remove the priority part of the priority|flags argument to tsleep().  Only
  flags are passed now.  The priority was a user scheduler thingy that is not
  used by the LWKT subsystem.  For process statistics assume sleeps without
  P_SINTR set to be disk-waits, and sleeps with it set to be normal sleeps.
  
  This commit should not contain any operational changes.
  
  Revision  Changes    Path
  1.4       +5 -6      src/sys/dev/isp/isp_freebsd.c
  1.4       +2 -3      src/sys/dev/isp/isp_freebsd.h




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