[SCSI] dpt_i2o: convert to SCSI hotplug model
authorMatthew Wilcox <matthew@wil.cx>
Mon, 30 Jul 2007 21:19:18 +0000 (15:19 -0600)
committerJames Bottomley <jejb@mulgrave.localdomain>
Tue, 31 Jul 2007 15:49:58 +0000 (10:49 -0500)
 - Delete refereces to HOSTS_C
 - Switch to module_init/module_exit instead of detect/release
 - Don't pass around the host template and rename it to adpt_template
 - Switch from scsi_register/scsi_unregister to scsi_host_alloc,
   scsi_add_host, scsi_scan_host and scsi_host_put.

Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Acked-by: "Salyzyn, Mark" <mark_salyzyn@adaptec.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found