summaryrefslogtreecommitdiff
path: root/sys/dev/isp
diff options
context:
space:
mode:
authorMatt Jacob <mjacob@FreeBSD.org>2004-08-23 19:04:19 +0000
committerMatt Jacob <mjacob@FreeBSD.org>2004-08-23 19:04:19 +0000
commite3e49f7e32fd397d969215a3626024e873d13f48 (patch)
tree2d3cecac3bf0d6350abea4183e8f88f7abf421fa /sys/dev/isp
parentcd5f061c2037568f878c00d486d56972737bcf26 (diff)
Notes
Diffstat (limited to 'sys/dev/isp')
-rw-r--r--sys/dev/isp/isp_freebsd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/isp/isp_freebsd.c b/sys/dev/isp/isp_freebsd.c
index 9845078ac64f..986fc8d6cb9f 100644
--- a/sys/dev/isp/isp_freebsd.c
+++ b/sys/dev/isp/isp_freebsd.c
@@ -515,7 +515,9 @@ isp_intr_enable(void *arg)
struct ispsoftc *isp = arg;
if (isp->isp_role != ISP_ROLE_NONE) {
ENABLE_INTS(isp);
+#if 0
isp->isp_osinfo.intsok = 1;
+#endif
}
/* Release our hook so that the boot can continue. */
config_intrhook_disestablish(&isp->isp_osinfo.ehook);