From da74a11c334ed17759ceadf6b6f2ca4adb97b895 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Sun, 22 Oct 2006 06:59:01 +0000 Subject: oops, the eventnotify stuff was accidentally enabled with the scsiconf changes. its not ready yet, so disable it again. --- sys/dev/ic/mpi.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/ic/mpi.c') 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 @@ -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)); -- cgit v1.2.3