From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: SCSI: Support HW reset for EH and polling scheme for scsi device Date: Sun, 16 May 2010 18:14:31 -0400 Message-ID: <1274048071.14187.127.camel@mulgrave.site> References: <526DD6EFED664E3099CBA023DA71B89E@areca4e4f859d4> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <526DD6EFED664E3099CBA023DA71B89E@areca4e4f859d4> Sender: linux-kernel-owner@vger.kernel.org To: nick.cheng@areca.com.tw Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-scsi@vger.kernel.org On Tue, 2010-05-04 at 11:13 +0800, Nick Cheng wrote: > 1. To support instantaneous report for SCSI device existing by period= ic > polling > 2. In arcmsr_iop_xfer(), inform AP of F/W's deadlock state to prevent > endless waiting > 3. To block the coming SCSI command while the driver is handling bus = reset > 4. To support HW reset in bus reset error handler > Signed-off-by: Nick Cheng< nick.cheng@areca.com.tw > This still fails to compile with SCSI_ARCMSR_AER: CC [M] drivers/scsi/arcmsr/arcmsr_hba.o drivers/scsi/arcmsr/arcmsr_hba.c:175: error: =E2=80=98arcmsr_pci_error_= handlers=E2=80=99 undeclared here (not in a function) make[1]: *** [drivers/scsi/arcmsr/arcmsr_hba.o] Error 1 make: *** [drivers/scsi/arcmsr/arcmsr.ko] Error 2 Making the patch set bisectable means that ordered patches must compile in the order sent in with all possible configurations. So patch 1/4 needs to compile on its own ... patch 2/4 needs to compile with patch 1/4 applied and so on. James