Re: [PATCH 2/2] fdomain: Add ISA bus support

2019-05-13 Thread Ondrej Zary
On Monday 13 May 2019 09:09:04 Christoph Hellwig wrote: > On Fri, May 10, 2019 at 11:23:35PM +0200, Ondrej Zary wrote: > > Add Future Domain 16xx ISA SCSI support card support. > > > > Tested on IBM 92F0330 card (18C50 chip) with v1.00 BIOS. > > Where did you find that thing? :) eBay :) There

Re: [PATCH 2/2] fdomain: Add ISA bus support

2019-05-13 Thread Christoph Hellwig
On Fri, May 10, 2019 at 11:23:35PM +0200, Ondrej Zary wrote: > Add Future Domain 16xx ISA SCSI support card support. > > Tested on IBM 92F0330 card (18C50 chip) with v1.00 BIOS. Where did you find that thing? :) > > Signed-off-by: Ondrej Zary The driver looks fine to me: Reviewed-by:

[PATCH 2/2] fdomain: Add ISA bus support

2019-05-10 Thread Ondrej Zary
Add Future Domain 16xx ISA SCSI support card support. Tested on IBM 92F0330 card (18C50 chip) with v1.00 BIOS. Signed-off-by: Ondrej Zary --- drivers/scsi/Kconfig | 14 +++ drivers/scsi/Makefile | 1 + drivers/scsi/fdomain_isa.c | 222 +