Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Oct 2010 08:12:17 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb/controller xhci.c xhci.h xhci_pci.c xhcireg.h
Message-ID:  <201010030812.o938CU9I000147@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
hselasky    2010-10-03 08:12:17 UTC

  FreeBSD src repository

  Added files:
    sys/dev/usb/controller xhci.c xhci.h xhci_pci.c xhcireg.h 
  Log:
  SVN rev 213379 on 2010-10-03 08:12:17Z by hselasky
  
  Commit initial version of new XHCI driver which was written from
  scratch. This driver adds support for USB3.0 devices. The XHCI
  interface is also backwards compatible to USB2.0 and USB1.0 and will
  evntually replace the OHCI/UHCI and EHCI drivers.
  
  There will be follow-up commits during the coming week to link the
  driver into the default kernel build and add missing USB3.0
  functionality in the USB core. Currently only the driver files are
  committed.
  
  Approved by:    thompsa (mentor)
  
  Revision  Changes    Path
  1.1       +3862 -0   src/sys/dev/usb/controller/xhci.c (new)
  1.1       +499 -0    src/sys/dev/usb/controller/xhci.h (new)
  1.1       +318 -0    src/sys/dev/usb/controller/xhci_pci.c (new)
  1.1       +219 -0    src/sys/dev/usb/controller/xhcireg.h (new)



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