cvs commit: src/sys/dev/usb if_aue.c if_auereg.h
    Alfred Perlstein 
    alfred at FreeBSD.org
       
    Mon Jan  8 23:24:22 UTC 2007
    
    
  
alfred      2007-01-08 23:24:21 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/usb          if_aue.c if_auereg.h 
  Log:
  Remove my "custom" locks that allow for lock acquire abort, they are
  not needed if the proper ordering is done in attach and shutdown.
  
  Remove usage of if_timer/watchdog and roll my own by piggybacking
  off the tick() function.
  
  Use the new usb system to allocate task queues instead of using
  the system wide thread for taskqueues.
  
  Revision  Changes    Path
  1.105     +45 -168   src/sys/dev/usb/if_aue.c
  1.27      +7 -9      src/sys/dev/usb/if_auereg.h
    
    
More information about the cvs-src
mailing list