Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev/usb



On Tue, Oct 14, 2008 at 06:12:38PM +0000, Jared D. McNeill wrote:
> 
> Module Name:  src
> Committed By: jmcneill
> Date:         Tue Oct 14 18:12:38 UTC 2008
> 
> Modified Files:
>       src/sys/dev/usb: ehci.c ehcivar.h
> 
> Log Message:
> kern/39727: race condition in ehci isoc abort xfer path
> 
> >From Jeremy Morse:
> 
>   * Serialize access to the ehci intrlist.
>   * Change the ehci intrlist to a tailq so xfers are not queued out of order.
>   * In ehci_check_itd_intr, don't treat a transfer error as an indication
>     that the xfer is no longer active.

But it doesn't compile:

cc1: warnings being treated as errors
/src/sys/dev/usb/ehci.c:1488: warning: no previous prototype for 'ehci_dump_itd'
/src/sys/dev/usb/ehci.c:1516: warning: no previous prototype for 
'ehci_dump_sitd'

Bernd



Home | Main Index | Thread Index | Old Index