cvs commit: src/sys/bus/usb ehci.c
    Jeroen Ruigrok/asmodai 
    asmodai at crater.dragonflybsd.org
       
    Sat Aug 27 08:36:18 PDT 2005
    
    
  
asmodai     2005/08/27 08:34:17 PDT
DragonFly src repository
  Modified files:
    sys/bus/usb          ehci.c 
  Log:
  Synchronise with NetBSD (some come from OpenBSD):
  
  v1.68: Adjust some silliness that was causing us to do extra work for "frame
         list rollover" interrupts, which we pretty much ignore.
  v1.69: hcpriv is not actually used here.  Remove references to it.
  v1.71: ANSIfy.
  v1.72: Update printfs with accurate function names.
         Convert EHCI_LINK_TERMINATE using htole32().
  v1.73: Fix spelling of intterupt.
         Use do .. while wrappers for debug print.
  
  Revision  Changes    Path
  1.11      +28 -35    src/sys/bus/usb/ehci.c
http://www.dragonflybsd.org/cvsweb/src/sys/bus/usb/ehci.c.diff?r1=1.10&r2=1.11&f=u
    
    
More information about the Commits
mailing list