Date: Mon, 8 Jan 2007 23:24:21 +0000 (UTC) From: Alfred Perlstein <alfred@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/usb if_aue.c if_auereg.h Message-ID: <200701082324.l08NOLxX017821@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701082324.l08NOLxX017821>