From e37c045536d2f5480e3458aded4acf2a970ce3c4 Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Sat, 26 Sep 1998 14:37:49 +0000 Subject: Add hooks so that the alpha can detect which disk has the root partition. --- sys/dev/isp/isp_pci.c | 3 +++ 1 file changed, 3 insertions(+) (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 29ac3abae79e..ae7842b2e079 100644 --- a/sys/dev/isp/isp_pci.c +++ b/sys/dev/isp/isp_pci.c @@ -339,6 +339,9 @@ isp_pci_attach(config_id, unit) free(pcs, M_DEVBUF); } ISP_UNLOCK(isp); +#ifdef __alpha__ + alpha_register_pci_scsi(config_id->bus, config_id->slot, isp->isp_sim); +#endif } #define PCI_BIU_REGS_OFF BIU_REGS_OFF -- cgit v1.3