diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2009-11-10 10:13:09 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2009-11-10 10:13:09 +0000 |
commit | bc4d3ed013d16c1d24634b9a6f8ca2df44f76137 (patch) | |
tree | b352039dd79070946103bcac3ac4edefd0bbd111 /sys/dev/ic/mpi.c | |
parent | 6982b56ec75ed0be357b268db87ff1d8451088c5 (diff) |
backout the backout marco did of my code because of the NO_CCB breakage.
the fix for the NO_CCB breakage will follow shortly.
tested by krw@ marco@ johan@
ok krw@ marco@
Diffstat (limited to 'sys/dev/ic/mpi.c')
-rw-r--r-- | sys/dev/ic/mpi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c index 06b80d338e4..f5d048751fa 100644 --- a/sys/dev/ic/mpi.c +++ b/sys/dev/ic/mpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi.c,v 1.119 2009/11/05 03:55:59 marco Exp $ */ +/* $OpenBSD: mpi.c,v 1.120 2009/11/10 10:13:08 dlg Exp $ */ /* * Copyright (c) 2005, 2006, 2009 David Gwynne <dlg@openbsd.org> @@ -2176,7 +2176,6 @@ 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; @@ -2214,7 +2213,6 @@ mpi_evt_sas(struct mpi_softc *sc, struct mpi_rcb *rcb) "0x%02x\n", DEVNAME(sc), ch->reason); break; } -#endif } void |