Message ID | 20181012071548.129113-1-hare@suse.de (mailing list archive) |
---|---|
Headers | show |
Series | Deprecate DAC960 driver | expand |
On 10/12/18 12:15 AM, Hannes Reinecke wrote: > Hi all, > > as we're trying to get rid of the remaining request_fn drivers here's > a patchset to move the DAC960 driver to the SCSI stack. > As per request from hch I've split up the driver into two new SCSI > drivers called 'myrb' and 'myrs'. Hi Hannes, Apparently only patches 1/3 and 2/3 made it to the linux-scsi mailing list but patch 3/3 not. See also https://marc.info/?l=linux-scsi&r=3&b=201810&w=2. Bart.
On 10/12/18 7:38 AM, Bart Van Assche wrote: > On 10/12/18 12:15 AM, Hannes Reinecke wrote: >> Hi all, >> >> as we're trying to get rid of the remaining request_fn drivers here's >> a patchset to move the DAC960 driver to the SCSI stack. >> As per request from hch I've split up the driver into two new SCSI >> drivers called 'myrb' and 'myrs'. > > Hi Hannes, > > Apparently only patches 1/3 and 2/3 made it to the linux-scsi mailing > list but patch 3/3 not. See also > https://marc.info/?l=linux-scsi&r=3&b=201810&w=2. I'm guessing it's just too big. I got it, but probably due to the CC.
On Fri, Oct 12, 2018 at 09:15:48AM +0200, Hannes Reinecke wrote: > The DAC960 driver has been obsoleted by the myrb/myrs drivers, > so it can be dropped. Looks fine, Reviewed-by: Christoph Hellwig <hch@lst.de>
On 10/12/18 1:15 AM, Hannes Reinecke wrote: > Hi all, > > as we're trying to get rid of the remaining request_fn drivers here's > a patchset to move the DAC960 driver to the SCSI stack. > As per request from hch I've split up the driver into two new SCSI > drivers called 'myrb' and 'myrs'. > > The 'myrb' driver only supports the earlier (V1) firmware interface, which > doesn't have a SCSI interface for the logical drives; for those I've added > a (pretty rudimentary, admittedly) SCSI translation for them. > > The 'myrs' driver supports the newer (V2) firmware interface, which is > SCSI based and doesn't need the translation layer. > > And the weird proc interface from DAC960 has been converted to sysfs attributes. > > Tested with eXtremeRAID 1100 (for V1 Firmware) and Mylex AcceleRAID 170 > (for V2 Firmware). Martin, are you taking the two new drivers? Then I'll queue up the old driver removal.
Jens, > Martin, are you taking the two new drivers? Then I'll queue up the > old driver removal. Yep!