Re: [RFC PATCH] aha1542: Stop using scsi_module.c

2015-01-19 Thread Christoph Hellwig
On Fri, Jan 16, 2015 at 11:31:29PM +0100, Ondrej Zary wrote: Convert aha1542 to use scsi_add_host instead of scsi_module.c Use pnp_driver and isa_driver to manage cards. I hope that the PnP code is OK, don't have a PnP card to test. The code needs much more work, there's a lot of things to

[RFC PATCH] aha1542: Stop using scsi_module.c

2015-01-16 Thread Ondrej Zary
Convert aha1542 to use scsi_add_host instead of scsi_module.c Use pnp_driver and isa_driver to manage cards. I hope that the PnP code is OK, don't have a PnP card to test. The code needs much more work, there's a lot of things to delete. --- drivers/scsi/aha1542.c | 299