[PATCH] MFC of the intr_event stuff

Mike Tancsa mike at sentex.net
Wed Mar 8 00:46:01 UTC 2006


At 07:29 PM 07/03/2006, Mike Tancsa wrote:
>At 03:02 PM 07/03/2006, John Baldwin wrote:
>>I have a somewhat large patch that MFC's some of the cleanups to the
>>interrupt code that needs some testing before it is MFC'd.
>
>
>It seems to help my sio overflows that are described in
>
>
>http://www.freebsd.org/cgi/query-pr.cgi?pr=51982

Actually, it only helps on the ICH box.  On the VIA, I still need to 
make the change that Bruce Evans suggests
i.e.
         cp4ticks = speed / 10 / hz * 4;



  to something like:



         cp4ticks = speed / 10 / hz * 40;



         ---Mike



More information about the freebsd-stable mailing list