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/i386/isa asc.c atapi.c cx.c cy.c gpib.c gsc.c istallion.c loran.c mcd.c mse.c pcaudio.c rc.c rp.c scd.c spic.c spkr.c stallion.c tw.c wd.c wd_cd.c wfd.c wt.c


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

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

  Modified files:
    sys/i386/isa         asc.c atapi.c cx.c cy.c gpib.c gsc.c 
                         istallion.c loran.c mcd.c mse.c pcaudio.c 
                         rc.c rp.c scd.c spic.c spkr.c stallion.c 
                         tw.c wd.c wd_cd.c wfd.c wt.c 
  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.3       +8 -9      src/sys/i386/isa/asc.c
  1.3       +3 -3      src/sys/i386/isa/atapi.c
  1.4       +2 -2      src/sys/i386/isa/cx.c
  1.4       +5 -5      src/sys/i386/isa/cy.c
  1.3       +2 -2      src/sys/i386/isa/gpib.c
  1.3       +2 -3      src/sys/i386/isa/gsc.c
  1.4       +11 -14    src/sys/i386/isa/istallion.c
  1.3       +2 -2      src/sys/i386/isa/loran.c
  1.3       +4 -4      src/sys/i386/isa/mcd.c
  1.3       +2 -5      src/sys/i386/isa/mse.c
  1.3       +3 -3      src/sys/i386/isa/pcaudio.c
  1.4       +4 -5      src/sys/i386/isa/rc.c
  1.4       +5 -6      src/sys/i386/isa/rp.c
  1.3       +2 -2      src/sys/i386/isa/scd.c
  1.3       +2 -2      src/sys/i386/isa/spic.c
  1.5       +3 -4      src/sys/i386/isa/spkr.c
  1.4       +4 -5      src/sys/i386/isa/stallion.c
  1.3       +3 -5      src/sys/i386/isa/tw.c
  1.3       +3 -3      src/sys/i386/isa/wd.c
  1.4       +3 -3      src/sys/i386/isa/wd_cd.c
  1.4       +3 -3      src/sys/i386/isa/wfd.c
  1.3       +4 -6      src/sys/i386/isa/wt.c




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