Hi all, having found some issues with the current tmscsim driver I looked at the code and found is really awkward to clean up. Seeing that the am53c974 chip is actually based on the 'ESP' chip design I've re-implemented it based on the common esp_scsi routines. This new driver (cunningly named 'am53c974') provides all features found on the tmscsim driver, with the goal of obsoleting the old tmscsim driver. Tested with Tekram DC390 and qemu esp-scsi. Hannes Reinecke (10): esp_scsi: spellcheck 'driver' esp_scsi: make number of tags configurable esp_scsi: convert to dev_printk esp_scsi: debug event and command esp_scsi: read status registers scsi: add 'am53c974' driver esp: Use FIFO for command submission am53c974: BLAST residual handling esp: correctly detect am53c974 esp: enable CONFIG2_FENAB for am53c974 drivers/scsi/Kconfig | 18 ++ drivers/scsi/Makefile | 1 + drivers/scsi/am53c974.c | 562 ++++++++++++++++++++++++++++++++++++++++++++++++ drivers/scsi/esp_scsi.c | 378 ++++++++++++++++++++------------ drivers/scsi/esp_scsi.h | 22 +- 5 files changed, 843 insertions(+), 138 deletions(-) create mode 100644 drivers/scsi/am53c974.c -- 1.8.5.2 -- 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