summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2000-10-17 18:15:30 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2000-10-17 18:15:30 +0000
commit39f3fc6f69875444b940faeead6b38bdae9c84e5 (patch)
tree2aeecc885932c5a8e206d29cb559eed211247dcb
parent1d10fe506252350fd9163836c81335260dbf3ec4 (diff)
Notes
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 1d567d6fd529..c3157b30c980 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -157,9 +157,7 @@ isp_intr_enable(void *arg)
{
struct ispsoftc *isp = arg;
ENABLE_INTS(isp);
-#ifdef SERVICING_INTERRUPT
isp->isp_osinfo.intsok = 1;
-#endif
/* Release our hook so that the boot can continue. */
config_intrhook_disestablish(&isp->isp_osinfo.ehook);
}