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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to