summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mpi.c
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-07-09 13:45:37 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-07-09 13:45:37 +0000
commitd9018924d806f9510ad1374b7112dafb1ef042c5 (patch)
tree489bec1429c3841d98477901b45f7c7debcc1936 /sys/dev/ic/mpi.c
parent8b2e05a9250c7f879022f6ac3916608d8b9f25a3 (diff)
enabling interrupts doesnt deserve an XXX. i think we want to do that.
Diffstat (limited to 'sys/dev/ic/mpi.c')
-rw-r--r--sys/dev/ic/mpi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c
index c0ab6fd82a5..29595403110 100644
--- a/sys/dev/ic/mpi.c
+++ b/sys/dev/ic/mpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpi.c,v 1.59 2006/07/09 13:35:10 dlg Exp $ */
+/* $OpenBSD: mpi.c,v 1.60 2006/07/09 13:45:36 dlg Exp $ */
/*
* Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org>
@@ -233,7 +233,7 @@ mpi_attach(struct mpi_softc *sc)
if (sc->sc_porttype == MPI_PORTFACTS_PORTTYPE_FC)
mpi_fc_print(sc);
- /* XXX enable interrupts */
+ /* enable interrupts */
mpi_write(sc, MPI_INTR_MASK, MPI_INTR_MASK_DOORBELL);
return (0);