|
@@ -4836,6 +4836,9 @@ static int __init gdth_isa_probe_one(ulong32 isa_bios)
|
|
|
if (error)
|
|
|
goto out_free_coal_stat;
|
|
|
list_add_tail(&ha->list, &gdth_instances);
|
|
|
+
|
|
|
+ scsi_scan_host(shp);
|
|
|
+
|
|
|
return 0;
|
|
|
|
|
|
out_free_coal_stat:
|
|
@@ -4963,6 +4966,9 @@ static int __init gdth_eisa_probe_one(ushort eisa_slot)
|
|
|
if (error)
|
|
|
goto out_free_coal_stat;
|
|
|
list_add_tail(&ha->list, &gdth_instances);
|
|
|
+
|
|
|
+ scsi_scan_host(shp);
|
|
|
+
|
|
|
return 0;
|
|
|
|
|
|
out_free_ccb_phys:
|
|
@@ -5100,6 +5106,9 @@ static int __init gdth_pci_probe_one(gdth_pci_str *pcistr, int ctr)
|
|
|
if (error)
|
|
|
goto out_free_coal_stat;
|
|
|
list_add_tail(&ha->list, &gdth_instances);
|
|
|
+
|
|
|
+ scsi_scan_host(shp);
|
|
|
+
|
|
|
return 0;
|
|
|
|
|
|
out_free_coal_stat:
|