Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 1999 11:54:24 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/usb ohci.c uhci.c uhcireg.h uhcivar.h usb.c usb_if.m usb_subr.c usbcdc.h usbdi.c usbdi.h usbdivar.h
Message-ID:  <199907251854.LAA78241@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     1999/07/25 11:54:23 PDT

  Modified files:
    sys/dev/usb          ohci.c uhci.c uhcireg.h uhcivar.h usb.c 
                         usb_if.m usb_subr.c usbcdc.h usbdi.c 
                         usbdi.h usbdivar.h 
  Log:
  Add comments, change variable names to make them consistent (r -> err,
  timo_handle -> timeout_handle, p -> pipe, *pipe -> *rpipe, etc.)
  
  Revision  Changes    Path
  1.17      +6 -6      src/sys/dev/usb/ohci.c
  1.27      +10 -10    src/sys/dev/usb/uhci.c
  1.10      +3 -3      src/sys/dev/usb/uhcireg.h
  1.11      +14 -10    src/sys/dev/usb/uhcivar.h
  1.15      +11 -10    src/sys/dev/usb/usb.c
  1.7       +1 -1      src/sys/dev/usb/usb_if.m
  1.15      +126 -117  src/sys/dev/usb/usb_subr.c
  1.5       +2 -2      src/sys/dev/usb/usbcdc.h
  1.22      +6 -3      src/sys/dev/usb/usbdi.c
  1.15      +2 -1      src/sys/dev/usb/usbdi.h
  1.9       +2 -2      src/sys/dev/usb/usbdivar.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907251854.LAA78241>