cvs commit: src/sys/bus/cam

Joerg Sonnenberger joerg at britannica.bec.de
Fri Sep 17 08:18:44 PDT 2004


On Fri, Sep 17, 2004 at 02:09:21AM -0700, Matthew Dillon wrote:
> dillon      2004/09/17 02:09:21 PDT
> 
> DragonFly src repository
> 
>   Modified files:
>     sys/bus/cam          cam_xpt.c 
>   Log:
>   Unbreak the SCSI drivers.  Move the callout_init() from xpt_get_ccb() to
>   xpt_setup_ccb().  Otherwise the callout for stack-based ccb's (and there
>   are a LOT of them) will not be properly initialized.  The only caller of
>   xpt_get_ccb() also calls xpt_setup_ccb().

Argh. Yes, thanks a lot.

Joerg

>   
>   Revision  Changes    Path
>   1.18      +1 -1      src/sys/bus/cam/cam_xpt.c
> 
> 
> http://www.dragonflybsd.org/cvsweb/src/sys/bus/cam/cam_xpt.c.diff?r1=1.17&r2=1.18&f=u





More information about the Commits mailing list