Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2009 19:49:47 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/dev/usb/controller ehci.c ehci.h ehci_ixp4xx.c
Message-ID:  <200903071949.n27Jntww076259@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2009-03-07 19:49:47 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/usb/controller ehci.c ehci.h ehci_ixp4xx.c 
  Log:
  SVN rev 189496 on 2009-03-07 19:49:47Z by thompsa
  
  (re)merge r186415,186416 from the old usb stack;
  
  o add Transaction Translator support (still missing ISOC xfers)
  o add EHCI_SCFLG_BIGEMMIO flag to force big-endian byte-select to be
    set in USBMODE
  o split reset work into new public routine ehci_reset so bus shim drivers
    can force big-endian byte-select before ehci_init
  o enable TT and big-endian MMIO
  o force a reset before ehci_init to get byte-select setup
  
  Also go back to using USB_EHCI_BIG_ENDIAN_DESC at compile time to enable the
  byteswapping and reduce diffs to the original commits.
  
  This fixes the new USB stack on the Cambria board.
  
  Revision  Changes    Path
  1.5       +195 -200  src/sys/dev/usb/controller/ehci.c
  1.2       +59 -0     src/sys/dev/usb/controller/ehci.h
  1.2       +1 -0      src/sys/dev/usb/controller/ehci_ixp4xx.c



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