Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2005 21:50:14 +0000 (UTC)
From:      Julian Elischer <julian@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci ohci_pci.c uhci_pci.c src/sys/dev/usb ohci.c ohcireg.h ohcivar.h uhci.c uhcireg.h uhcivar.h usb.c
Message-ID:  <200504262150.j3QLoETT049225@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
julian      2005-04-26 21:50:14 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    sys/pci              ohci_pci.c uhci_pci.c 
    sys/dev/usb          ohci.c ohcireg.h ohcivar.h uhci.c 
                         uhcireg.h uhcivar.h usb.c 
  Log:
  MFC Basic drivers from -current
  
  Also bring in the code that probves the non EHCI controllers
  after the EHCI controllers, thus ensuring that high speed
  devices are not pingponged all aver theplace during startup.
  
  Revision   Changes    Path
  1.39.2.15  +63 -26    src/sys/dev/usb/ohci.c
  1.13.2.3   +2 -2      src/sys/dev/usb/ohcireg.h
  1.15.2.6   +12 -2     src/sys/dev/usb/ohcivar.h
  1.40.2.16  +59 -14    src/sys/dev/usb/uhci.c
  1.14.2.3   +1 -1      src/sys/dev/usb/uhcireg.h
  1.16.2.7   +11 -2     src/sys/dev/usb/uhcivar.h
  1.26.2.11  +87 -27    src/sys/dev/usb/usb.c
  1.16.2.7   +51 -13    src/sys/pci/ohci_pci.c
  1.26.2.10  +31 -17    src/sys/pci/uhci_pci.c



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