cvs commit: src/sys/dev/usb ucom.c ugen.c uhci.c uhid.c ulpt.c umodem.c ums.c usb.c usb_subr.c usbdi.c usbdi_util.c uvscom.c

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Jul 19 14:15:00 PDT 2003


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

  Modified files:
    sys/dev/usb          ucom.c ugen.c uhci.c uhid.c ulpt.c 
                         umodem.c ums.c usb.c usb_subr.c usbdi.c 
                         usbdi_util.c uvscom.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.5       +3 -3      src/sys/dev/usb/ucom.c
  1.5       +3 -3      src/sys/dev/usb/ugen.c
  1.5       +2 -2      src/sys/dev/usb/uhci.c
  1.4       +2 -2      src/sys/dev/usb/uhid.c
  1.3       +2 -3      src/sys/dev/usb/ulpt.c
  1.4       +4 -4      src/sys/dev/usb/umodem.c
  1.3       +2 -2      src/sys/dev/usb/ums.c
  1.6       +4 -4      src/sys/dev/usb/usb.c
  1.4       +2 -2      src/sys/dev/usb/usb_subr.c
  1.4       +2 -2      src/sys/dev/usb/usbdi.c
  1.3       +3 -3      src/sys/dev/usb/usbdi_util.c
  1.3       +2 -2      src/sys/dev/usb/uvscom.c






More information about the Commits mailing list