RE: [PATCH] aacraid: fix shutdown handler to also disable interrupts.

2007-06-01 Thread Salyzyn, Mark
Yes, this patch makes sure that the Adapter is shut down correctly, and thus when the kexec driver loads, it does not automatically reset the adapter during initialization. This regression was a result of adding code to the driver to detect if the adapter needed a reset as a result of an unclean sh

Re: [PATCH] aacraid: fix shutdown handler to also disable interrupts.

2007-06-01 Thread Yinghai Lu
On 6/1/07, Vivek Goyal <[EMAIL PROTECTED]> wrote: On Wed, May 30, 2007 at 11:59:13AM -0400, Salyzyn, Mark wrote: > Moves quiesce, thread and interrupt shutdown into aacraid drivers' > .shutdown handler. This fix to the aac_shutdown handler will remove the > superfluous reset of the adapter during

Re: [PATCH] aacraid: fix shutdown handler to also disable interrupts.

2007-06-01 Thread Vivek Goyal
On Wed, May 30, 2007 at 11:59:13AM -0400, Salyzyn, Mark wrote: > Moves quiesce, thread and interrupt shutdown into aacraid drivers' > .shutdown handler. This fix to the aac_shutdown handler will remove the > superfluous reset of the adapter during a (clean) kexec. > > This fix may mitigate the act

Re: [PATCH] aacraid: fix shutdown handler to also disable interrupts.

2007-05-30 Thread Yinghai Lu
On 5/30/07, Salyzyn, Mark <[EMAIL PROTECTED]> wrote: Moves quiesce, thread and interrupt shutdown into aacraid drivers' .shutdown handler. This fix to the aac_shutdown handler will remove the superfluous reset of the adapter during a (clean) kexec. This fix may mitigate the active investigation