summaryrefslogtreecommitdiffstats
path: root/sys/cam/cam_xpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cam/cam_xpt.c')
-rw-r--r--sys/cam/cam_xpt.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c
index 3e00a65..21e019d 100644
--- a/sys/cam/cam_xpt.c
+++ b/sys/cam/cam_xpt.c
@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cam_xpt.c,v 1.3 1998/09/16 00:11:33 ken Exp $
+ * $Id: cam_xpt.c,v 1.4 1998/09/16 13:24:37 gibbs Exp $
*/
#include <sys/param.h>
#include <sys/systm.h>
@@ -1070,8 +1070,10 @@ xpt_init()
/* Install our software interrupt handlers */
/* XXX Should call some MI function to do this */
+#ifdef __i386__
ihandlers[SWI_CAMNET] = swi_camnet;
ihandlers[SWI_CAMBIO] = swi_cambio;
+#endif
}
static cam_status
OpenPOWER on IntegriCloud