diff options
author | gallatin <gallatin@FreeBSD.org> | 1999-11-05 13:10:39 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 1999-11-05 13:10:39 +0000 |
commit | 660a7daead2ffcf4f7e3d2a3c874a82ccc8954c8 (patch) | |
tree | ff76ccec5d56f09683cf01d084c9bdf06ed1749e /sys/dev/isp | |
parent | fd196ecc7dc9001492c8862307d6897a453388b2 (diff) | |
download | FreeBSD-src-660a7daead2ffcf4f7e3d2a3c874a82ccc8954c8.zip FreeBSD-src-660a7daead2ffcf4f7e3d2a3c874a82ccc8954c8.tar.gz |
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
Diffstat (limited to 'sys/dev/isp')
-rw-r--r-- | sys/dev/isp/isp_pci.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/isp/isp_pci.c b/sys/dev/isp/isp_pci.c index 44e2810..323a399 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 |