summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpi.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-10-22 06:59:01 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-10-22 06:59:01 +0000
commitda74a11c334ed17759ceadf6b6f2ca4adb97b895 (patch)
tree15546323d99751f53052041885b86f1806f80e10 /sys/dev/ic/mpi.c
parentf13744a9bfa452d288350c3b25d83df013b30a92 (diff)
oops, the eventnotify stuff was accidentally enabled with the scsiconf
changes. its not ready yet, so disable it again.
Diffstat (limited to 'sys/dev/ic/mpi.c')
-rw-r--r--sys/dev/ic/mpi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c
index 47a064bec01..e65d80e5e58 100644
--- a/sys/dev/ic/mpi.c
+++ b/sys/dev/ic/mpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpi.c,v 1.76 2006/10/21 07:36:15 dlg Exp $ */
+/* $OpenBSD: mpi.c,v 1.77 2006/10/22 06:59:00 dlg Exp $ */
/*
* Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org>
@@ -197,10 +197,12 @@ mpi_attach(struct mpi_softc *sc)
goto free_replies;
}
+#ifdef notyet
if (mpi_eventnotify(sc) != 0) {
printf("%s: unable to get portfacts\n", DEVNAME(sc));
goto free_replies;
}
+#endif
if (mpi_portenable(sc) != 0) {
printf("%s: unable to enable port\n", DEVNAME(sc));