From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boaz Harrosh Subject: Re: [patchset 0/24] Lots of the Accessors patches and !use_sg cleanup Date: Wed, 10 Oct 2007 20:24:46 +0200 Message-ID: <470D18EE.3090608@panasas.com> References: <46E6F92D.2090409@panasas.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from gw-colo-pa.panasas.com ([66.238.117.130]:28273 "EHLO cassoulet.panasas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752128AbXJJS3A (ORCPT ); Wed, 10 Oct 2007 14:29:00 -0400 In-Reply-To: <46E6F92D.2090409@panasas.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley , FUJITA Tomonori , Greg Kroah-Hartman , Alan Stern , Matthew On Tue, Sep 11 2007 at 23:23 +0300, Boaz Harrosh wrote: > Here are more accessors patches. I have tried > to find Maintainers of drivers but please help me if > I missed any. > > After this there are 3 drivers left (I think) > - gdth.c, pluto.c, seagate.c > These I'll send only next week in a set of their own. > {Please tell me I can kill pluto and seagate.} > > Some of the drivers that are not here were already posted by Tomo. > Some of the drivers here were posted before but these are better > versions of them. > > [USB] - Greg Kroah-Hartman , Alan Stern , > Matthew Dharm > 0001- drivers/usb/storage/transport.c drivers/usb/storage/transport.h > 0002- drivers/usb/storage/protocol.c > 0003- drivers/usb/storage/shuttle_usbat.c > 0004- drivers/usb/storage/freecom.c drivers/usb/storage/sddr09.c > 0005 drivers/usb/storage/isd200.c > > [NCR5380 family] - ? > 0006 drivers/scsi/NCR5380.c drivers/scsi/atari_NCR5380.c > drivers/scsi/sun3_NCR5380.c > > [esp family] - Maciej W. Rozycki > 0020 drivers/scsi/NCR53C9x.c drivers/scsi/NCR53C9x.h > drivers/scsi/dec_esp.c drivers/scsi/oktagon_esp.c > drivers/scsi/sun3x_esp.c > > [ARM] - Russell King > 0007 drivers/scsi/arm/acornscsi.c drivers/scsi/arm/scsi.h > > [other drivers] > 0008 drivers/scsi/pcmcia/nsp_cs.c - YOKOTA Hiroshi > 0009 drivers/ata/libata-scsi.c - Jeff Garzik > 0010 drivers/scsi/eata_pio.c - Bartlomiej Zolnierkiewicz ? > 0011 drivers/scsi/a2091.c - ? > 0012 drivers/scsi/a3000.c - ? > 0013 drivers/scsi/aha1542.c - ? > 0014 drivers/scsi/atp870u.c - ? > 0015 drivers/scsi/fd_mcs.c - ? > 0016 drivers/scsi/imm.c - ? > 0017 drivers/scsi/in2000.c - ? > 0018 drivers/scsi/ppa.c - ? > 0019 drivers/scsi/wd33c93.c - ? > 0021 drivers/scsi/qlogicpti.c - David S. Miller , Mark Fortescue > 0024 drivers/scsi/ide-scsi.c - Bartlomiej Zolnierkiewicz > > [remove psi240i.c driver] - ? > 0022 drivers/scsi/Kconfig drivers/scsi/Makefile > delete drivers/scsi/psi240i.c > delete drivers/scsi/psi240i.h > delete drivers/scsi/psi_chip.h > > [fixes] > 0023 drivers/scsi/wd7000.c - ? > - James Hi! I just did a rebase for all drivers they patch and compile over current scsi-misc. Save one, qlogicpti.c, a fix will follow. (I keep stumbling over Matthew's patches ;) Please note that you must apply: "[PATCH 05/24] isd200.c: use one-element sg list in issuing commands" first and specifically before the usb patches. Otherwise this driver will be broken for the duration. (Sorry for the mess) Please ask for any help needed or if you need all any patches to be resent Thanks Boaz