diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2009-11-12 06:20:28 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2009-11-12 06:20:28 +0000 |
commit | 2bdddc849c46b84f11335ec6678d463c1006b8e7 (patch) | |
tree | f26c0e47e02a7e1c8e467a1c742d16a4b476e966 /sys/dev/ic | |
parent | 31ba389aafb55266aeecd6e3351eea252dbeddae (diff) |
revert midlayer back to it was before i put my big rewrite in. this is
causing a weird problems on an alpha and also appears responsible for
isp(4) weirdness i havent had a chance to examine yet.
sigh, this makes me sad.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/mpi.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c index f5d048751fa..0137a8dee4b 100644 --- a/sys/dev/ic/mpi.c +++ b/sys/dev/ic/mpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi.c,v 1.120 2009/11/10 10:13:08 dlg Exp $ */ +/* $OpenBSD: mpi.c,v 1.121 2009/11/12 06:20:27 dlg Exp $ */ /* * Copyright (c) 2005, 2006, 2009 David Gwynne <dlg@openbsd.org> @@ -2176,6 +2176,7 @@ mpi_eventnotify_done(struct mpi_ccb *ccb) void mpi_evt_sas(struct mpi_softc *sc, struct mpi_rcb *rcb) { +#if 0 struct mpi_evt_sas_change *ch; u_int8_t *data; @@ -2213,6 +2214,7 @@ mpi_evt_sas(struct mpi_softc *sc, struct mpi_rcb *rcb) "0x%02x\n", DEVNAME(sc), ch->reason); break; } +#endif } void |