summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-11-25 17:18:47 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-11-25 17:18:47 +0000
commitee52cf024a85dd168eec8bd50adf381c6ff82eba (patch)
tree942aaf1b60449f176ee4aafd78d176905e4f8129
parentcc6ba4e27fb495fee747383ec1efbb88cb695c4e (diff)
remove a comment which is now untrue after i fixed it
-rw-r--r--sys/dev/ic/mpi.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c
index e65d80e5e58..69cad27fe44 100644
--- a/sys/dev/ic/mpi.c
+++ b/sys/dev/ic/mpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpi.c,v 1.77 2006/10/22 06:59:00 dlg Exp $ */
+/* $OpenBSD: mpi.c,v 1.78 2006/11/25 17:18:46 dlg Exp $ */
/*
* Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org>
@@ -2024,7 +2024,6 @@ mpi_evt_sas(void *xsc, void *arg)
switch (ch->reason) {
case MPI_EVT_SASCH_REASON_ADDED:
case MPI_EVT_SASCH_REASON_NO_PERSIST_ADDED:
- /* XXX what an awful interface */
scsi_probe_target(sc->sc_scsibus, ch->target);
break;