summaryrefslogtreecommitdiff
path: root/sys/dev/ic
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2008-11-23 16:20:07 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2008-11-23 16:20:07 +0000
commitff27df3bdfdbd7010fbca846fb23cff59b7584b3 (patch)
tree833bf09b3d4f29b6886a9cedc162845017a8f5f1 /sys/dev/ic
parentf1566cfd4b0e54a06aad91d45352b5f984361a7d (diff)
enable bio
ok dlg
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/mpi.c4
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);