diff options
Diffstat (limited to 'sys')
-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 7be91c8cf7f..1b53ae16148 100644 --- a/sys/dev/ic/mpi.c +++ b/sys/dev/ic/mpi.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpi.c,v 1.106 2008/11/23 12:45:11 dlg Exp $ */ +/* $OpenBSD: mpi.c,v 1.107 2008/11/23 16:20:06 marco Exp $ */ /* * Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org> @@ -286,7 +286,6 @@ mpi_attach(struct mpi_softc *sc) /* enable interrupts */ mpi_write(sc, MPI_INTR_MASK, MPI_INTR_MASK_DOORBELL); -#ifdef notyet #if NBIO > 0 if (sc->sc_flags & MPI_F_RAID) { if (bio_register(&sc->sc_dev, mpi_ioctl) != 0) @@ -317,7 +316,6 @@ mpi_attach(struct mpi_softc *sc) #endif /* SMALL_KERNEL */ done: #endif /* NBIO > 0 */ -#endif /* notyet */ return (0); |