Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Apr 2003 07:04:08 -0700 (PDT)
From:      Bernd Walter <ticso@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf NOTES files src/sys/dev/usb FILES ehci.c ehci_pci.c ehcireg.h ehcivar.h usb.c src/sys/modules/usb Makefile
Message-ID:  <200304141404.h3EE48aL034057@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ticso       2003/04/14 07:04:08 PDT

  FreeBSD src repository

  Modified files:
    sys/conf             NOTES files 
    sys/dev/usb          FILES usb.c 
    sys/modules/usb      Makefile 
  Added files:
    sys/dev/usb          ehci.c ehci_pci.c ehcireg.h ehcivar.h 
  Log:
  add EHCI (USB 2.0) controller support.
  
  Approved by:    joe
                  gallatin (mentor)
  Obtained from:  NetBSD
  
  Revision  Changes    Path
  1.1146    +2 -0      src/sys/conf/NOTES
  1.781     +2 -0      src/sys/conf/files
  1.6       +3 -0      src/sys/dev/usb/FILES
  1.1       +2822 -0   src/sys/dev/usb/ehci.c (new)
  1.1       +335 -0    src/sys/dev/usb/ehci_pci.c (new)
  1.1       +291 -0    src/sys/dev/usb/ehcireg.h (new)
  1.1       +153 -0    src/sys/dev/usb/ehcivar.h (new)
  1.87      +1 -0      src/sys/dev/usb/usb.c
  1.12      +1 -0      src/sys/modules/usb/Makefile



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