commit | 8dfb537933a87588e83196d14cd9ec245eb065b8 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox <matthew@wil.cx> | Mon Jul 30 09:08:34 2007 -0600 |
committer | James Bottomley <jejb@mulgrave.localdomain> | Fri Oct 12 14:38:53 2007 -0400 |
tree | d4bfeeecdd02e00cd4895dff6a3027f392ea2516 | |
parent | b2c16f586ee529e97ac63183e70e2bfd586a2f47 [diff] |
[SCSI] advansys: Move to scsi hotplug initialisation model - Switch from scsi_register/scsi_unregister to scsi_host_alloc, scsi_add_host, scsi_scan_host and scsi_host_put. - Rename the scsi_host_template to advansys_template - Use module_init and module_exit instead of scsi_module.c - Remove protection against advansys_detect being called twice Signed-off-by: Matthew Wilcox <matthew@wil.cx> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>