Searched hist:f2a1d71aaaf95d8a26cad69f7f72bfe0f1b46027 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sound/pci/ |
H A D | atiixp.c | diff f2a1d71aaaf95d8a26cad69f7f72bfe0f1b46027 Wed Mar 22 22:29:47 CET 2006 Ariff Abdullah <ariff@FreeBSD.org> Misc. fixups:
- [1] Make the driver friendly towards kernel without PREEMPTION. Use msleep(9) instead of simple unlock-check_variable-lock mechanisme since the later not really effective in non-preemptible kernel (especially during codec detection routine). - Free most driver resources in a sane manner to avoid possible double free and panics especially during device detach and codec detection failure.
MFC after: 3 days
[1] http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/116515.html diff f2a1d71aaaf95d8a26cad69f7f72bfe0f1b46027 Wed Mar 22 22:29:47 CET 2006 Ariff Abdullah <ariff@FreeBSD.org> Misc. fixups:
- [1] Make the driver friendly towards kernel without PREEMPTION. Use msleep(9) instead of simple unlock-check_variable-lock mechanisme since the later not really effective in non-preemptible kernel (especially during codec detection routine). - Free most driver resources in a sane manner to avoid possible double free and panics especially during device detach and codec detection failure.
MFC after: 3 days
[1] http://lists.freebsd.org/pipermail/freebsd-questions/2006-March/116515.html
|