On 11/21/2014 11:14 AM, Paolo Bonzini wrote: > > > On 21/11/2014 10:27, Hannes Reinecke wrote: >> This patch adds a new implementation for the Tekram DC-390T / >> AMD AM53c974 SCSI controller, based on the generic >> esp_scsi infrastructure. >> >> Signed-off-by: Hannes Reinecke <hare@xxxxxxx> >> --- >> drivers/scsi/Kconfig | 18 ++ >> drivers/scsi/Makefile | 1 + >> drivers/scsi/am53c974.c | 523 ++++++++++++++++++++++++++++++++++++++++++++++++ >> 3 files changed, 542 insertions(+) >> create mode 100644 drivers/scsi/am53c974.c >> >> diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig >> index 21bc674..497e7d5 100644 >> --- a/drivers/scsi/Kconfig >> +++ b/drivers/scsi/Kconfig >> @@ -1357,6 +1357,24 @@ config SCSI_DC390T >> To compile this driver as a module, choose M here: the >> module will be called tmscsim. >> >> +config SCSI_AM53C974 >> + tristate "Tekram DC390(T) and Am53/79C974 SCSI support (new driver)" >> + depends on PCI && SCSI > > Perhaps make it a choice with SCSI_DC390, since they match on the same > PCI vendor/device IDs? > Cf my response to Christoph. The idea was to have another patch removing tmscsim altogether :-) Cheers, Hannes -- Dr. Hannes Reinecke zSeries & Storage hare@xxxxxxx +49 911 74053 688 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: J. Hawn, J. Guild, F. Imendörffer, HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html