Remove calls to alpha_register_pci_scsi(). After Mike's recent boot
changes, it no longer exists and is preventing alpha kernels from building. reviewed by: msmith
This commit is contained in:
parent
b6f938c9ee
commit
a3f09ae6e1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user