[PATCH 2/3] myrs: Add Mylex RAID controller (SCSI interface)

2018-10-17 Thread Hannes Reinecke
This patch adds support for the Mylex DAC960 RAID controller, supporting the newer, SCSI-based interface. The driver is a re-implementation of the original DAC960 driver. Signed-off-by: Hannes Reinecke Reviewed-by: Christoph Hellwig --- MAINTAINERS |1 + drivers/scsi/Kconfig |

Re: [PATCH 2/3] myrs: Add Mylex RAID controller (SCSI interface)

2018-10-17 Thread Christoph Hellwig
On Fri, Oct 12, 2018 at 09:15:47AM +0200, Hannes Reinecke wrote: > This patch adds support for the Mylex DAC960 RAID controller, > supporting the newer, SCSI-based interface. > The driver is a re-implementation of the original DAC960 driver. > > Signed-off-by: Hannes Reinecke > --- > MAINTAINERS

[PATCH 2/3] myrs: Add Mylex RAID controller (SCSI interface)

2018-10-12 Thread Hannes Reinecke
This patch adds support for the Mylex DAC960 RAID controller, supporting the newer, SCSI-based interface. The driver is a re-implementation of the original DAC960 driver. Signed-off-by: Hannes Reinecke --- MAINTAINERS |1 + drivers/scsi/Kconfig | 15 + drivers/scsi/Makefile |

[PATCH 2/3] myrs: Add Mylex RAID controller (SCSI interface)

2018-10-09 Thread Hannes Reinecke
This patch adds support for the Mylex DAC960 RAID controller, supporting the newer, SCSI-based interface. The driver is a re-implementation of the original DAC960 driver. Signed-off-by: Hannes Reinecke --- drivers/scsi/Kconfig | 15 + drivers/scsi/Makefile |1 + drivers/scsi/myrs.c | 34