From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] new mac_scsi driver Date: Thu, 24 Apr 2008 00:56:07 -0700 (PDT) Message-ID: <20080424.005607.02325825.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:43300 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751056AbYDXH4K (ORCPT ); Thu, 24 Apr 2008 03:56:10 -0400 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: fthain@telegraphics.com.au Cc: geert@linux-m68k.org, zippel@linux-m68k.org, linux-scsi@vger.kernel.org, linux-m68k@vger.kernel.org From: Finn Thain Date: Thu, 24 Apr 2008 17:30:10 +1000 (EST) > > Replace the mac_esp driver with a new one based on the esp_scsi core. > > For esp_scsi: add support for sync transfers for the PIO mode, add a new > esp_driver_ops method to get the maximum dma transfer size (like the old > NCR53C9x driver), and some cleanups. > > NB: the PDMA mode will not work without Roman's exception handling patch, > http://marc.info/?l=linux-m68k&m=120344206029296&q=raw > > Signed-off-by: Finn Thain Acked-by: David S. Miller Nice work.