diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-09-26 14:37:49 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-09-26 14:37:49 +0000 |
| commit | e37c045536d2f5480e3458aded4acf2a970ce3c4 (patch) | |
| tree | 25cb9609645b4aacd9142db73d5209f6159578bc /sys/dev/isp | |
| parent | fb44081bd06d825524c006a7b16e3537db1472cf (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/isp_pci.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 29ac3abae79e2..ae7842b2e079a 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 |
