From a3f09ae6e1779f79dc58fcde7a742a5fc06fd818 Mon Sep 17 00:00:00 2001 From: Andrew Gallatin Date: Fri, 5 Nov 1999 13:10:39 +0000 Subject: 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 --- sys/dev/isp/isp_pci.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/dev/isp/isp_pci.c') diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 44e2810a9b4d8..323a399de030f 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 -- cgit v1.3