Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Apr 2005 15:24:06 -0600
From:      Scott Long <scottl@samsco.org>
To:        Vinod Kashyap <vkashyap@amcc.com>
Cc:        cvs-src@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/twa tw_osl_cam.c
Message-ID:  <4272A5F6.4000902@samsco.org>
In-Reply-To: <IFQ8CY02.172@hadar.amcc.com>
References:  <IFQ8CY02.172@hadar.amcc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Vinod Kashyap wrote:
> 
>>-----Original Message-----
>>From: owner-src-committers@FreeBSD.org
>>[mailto:owner-src-committers@FreeBSD.org]On Behalf Of Bjoern A. Zeeb
>>Sent: Friday, April 29, 2005 1:29 PM
>>To: Vinod Kashyap
>>Cc: src-committers@FreeBSD.org; cvs-src@FreeBSD.org; 
>>cvs-all@FreeBSD.org
>>Subject: Re: cvs commit: src/sys/dev/twa tw_osl_cam.c
>>
>>
>>On Fri, 29 Apr 2005, Vinod Kashyap wrote:
>>
>>
>>>vkashyap    2005-04-29 20:03:20 UTC
>>>
>>>  FreeBSD src repository
>>>
>>>  Modified files:
>>>    sys/dev/twa          tw_osl_cam.c
>>>  Log:
>>>  Make call to tw_cl_deferred_interrupt in twa_poll, not 
>>
>>dependent on the
>>
>>>  return value from tw_cl_interrupt.
>>>
>>>  Revision  Changes    Path
>>>  1.2       +12 -2     src/sys/dev/twa/tw_osl_cam.c
>>
>>With this I can reboot the machine again. Thanks.
>>
> 
> 
> I still believe that CAM should not be calling the polling function
> when interrupts are active, but in the absence of an answer to why
> that is so, this can be a work-around.
> 
> 

CAM calls the poll routine when it's not sure if interrupts are
enabled and it wants to make sure that SIM will complete all
outstanding commands.  It's the same way that every other CAM
driver in the tree is written.

Scott



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4272A5F6.4000902>