Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Apr 2009 18:20:49 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb usb_bus.h usb_controller.h usb_core.h usb_device.c usb_hub.c usb_hub.h usb_request.c usb_sw_transfer.c usb_sw_transfer.h usb_transfer.c src/sys/dev/usb/controller at91dci.c at91dci.h atmegadci.c atmegadci.h ehci.c ehci.h ...
Message-ID:  <200904051823.n35INDJP099129@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-04-05 18:20:49 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb          usb_bus.h usb_controller.h usb_core.h 
                         usb_device.c usb_hub.c usb_hub.h 
                         usb_request.c usb_sw_transfer.c 
                         usb_sw_transfer.h usb_transfer.c 
    sys/dev/usb/controller at91dci.c at91dci.h atmegadci.c 
                           atmegadci.h ehci.c ehci.h musb_otg.c 
                           musb_otg.h ohci.c ohci.h uhci.c uhci.h 
                           usb_controller.c uss820dci.c 
                           uss820dci.h 
  Log:
  SVN rev 190735 on 2009-04-05 18:20:49Z by thompsa
  
  MFp4 //depot/projects/usb@159922
  
  Refactor how we interface with the root HUB. This cuts around 1200 lines of
  code totally and saves one thread per USB bus.
  
  Submitted by:   Hans Petter Selasky
  
  Revision  Changes    Path
  1.8       +15 -173   src/sys/dev/usb/controller/at91dci.c
  1.3       +0 -2      src/sys/dev/usb/controller/at91dci.h
  1.11      +18 -170   src/sys/dev/usb/controller/atmegadci.c
  1.3       +1 -8      src/sys/dev/usb/controller/atmegadci.h
  1.9       +14 -162   src/sys/dev/usb/controller/ehci.c
  1.4       +0 -2      src/sys/dev/usb/controller/ehci.h
  1.8       +15 -171   src/sys/dev/usb/controller/musb_otg.c
  1.2       +0 -2      src/sys/dev/usb/controller/musb_otg.h
  1.7       +16 -161   src/sys/dev/usb/controller/ohci.c
  1.3       +0 -2      src/sys/dev/usb/controller/ohci.h
  1.6       +29 -180   src/sys/dev/usb/controller/uhci.c
  1.3       +11 -11    src/sys/dev/usb/controller/uhci.h
  1.9       +1 -50     src/sys/dev/usb/controller/usb_controller.c
  1.10      +11 -162   src/sys/dev/usb/controller/uss820dci.c
  1.3       +0 -2      src/sys/dev/usb/controller/uss820dci.h
  1.5       +12 -2     src/sys/dev/usb/usb_bus.h
  1.4       +0 -1      src/sys/dev/usb/usb_controller.h
  1.10      +10 -2     src/sys/dev/usb/usb_core.h
  1.20      +4 -4      src/sys/dev/usb/usb_device.c
  1.10      +64 -24    src/sys/dev/usb/usb_hub.c
  1.4       +1 -0      src/sys/dev/usb/usb_hub.h
  1.10      +58 -6     src/sys/dev/usb/usb_request.c
  1.4       +0 -143    src/sys/dev/usb/usb_sw_transfer.c
  1.2       +0 -32     src/sys/dev/usb/usb_sw_transfer.h
  1.9       +4 -1      src/sys/dev/usb/usb_transfer.c



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