svn commit: r185625 - head/sys/dev/pccbb

John Baldwin jhb at freebsd.org
Fri Dec 5 08:43:12 PST 2008


On Friday 05 December 2008 12:20:08 am Warner Losh wrote:
> Author: imp
> Date: Fri Dec  5 05:20:08 2008
> New Revision: 185625
> URL: http://svn.freebsd.org/changeset/base/185625
> 
> Log:
>   Move to using filter for the change interrupts.  Also rework the power
>   interrupt code to be more robust.  I've been running these changes for
>   over a year...  With these changes, I don't see the ath card going
>   into reset like the code in the tree.

I would use '0' for the priority to msleep() instead of PZERO so that you just 
leave the priority alone and don't change it.

-- 
John Baldwin


More information about the svn-src-all mailing list