summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/isp/isp_pci.c6
-rw-r--r--sys/pci/isp_pci.c6
-rw-r--r--sys/pci/ncr.c4
3 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c
index 44e2810a9b4d..323a399de030 100644
--- a/sys/dev/isp/isp_pci.c
+++ b/sys/dev/isp/isp_pci.c
@@ -640,12 +640,6 @@ isp_pci_attach(pcici_t cfid, int unit)
}
}
ISP_UNLOCK(isp);
-#ifdef __alpha__
- /*
- * THIS SHOULD NOT HAVE TO BE HERE
- */
- alpha_register_pci_scsi(cfid->bus, cfid->slot, isp->isp_sim);
-#endif
}
static u_int16_t
diff --git a/sys/pci/isp_pci.c b/sys/pci/isp_pci.c
index 44e2810a9b4d..323a399de030 100644
--- a/sys/pci/isp_pci.c
+++ b/sys/pci/isp_pci.c
@@ -640,12 +640,6 @@ isp_pci_attach(pcici_t cfid, int unit)
}
}
ISP_UNLOCK(isp);
-#ifdef __alpha__
- /*
- * THIS SHOULD NOT HAVE TO BE HERE
- */
- alpha_register_pci_scsi(cfid->bus, cfid->slot, isp->isp_sim);
-#endif
}
static u_int16_t
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index cdfa875ff17b..7cc760f56acd 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -3851,10 +3851,6 @@ ncr_attach (pcici_t config_id, int unit)
return;
}
-#ifdef __alpha__
- alpha_register_pci_scsi(config_id->bus, config_id->slot, np->sim);
-#endif
-
if (xpt_create_path(&np->path, /*periph*/NULL,
cam_sim_path(np->sim), CAM_TARGET_WILDCARD,
CAM_LUN_WILDCARD) != CAM_REQ_CMP) {