summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-05-31 02:38:37 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-05-31 02:38:37 +0000
commitd62ae2ad9b52c8115037d7faa4bd715ef7478b14 (patch)
treef80cefbb12c42853013ee562e675702e8b8ae797 /sys/dev
parent21a01a84f81fc9e22ba039fc5e40399b05f9bb22 (diff)
c++ style comments shouldnt be in the tree
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/ic/mpi.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/ic/mpi.c b/sys/dev/ic/mpi.c
index 043f91358a0..062eb88b70c 100644
--- a/sys/dev/ic/mpi.c
+++ b/sys/dev/ic/mpi.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpi.c,v 1.16 2006/05/31 00:52:05 deraadt Exp $ */
+/* $OpenBSD: mpi.c,v 1.17 2006/05/31 02:38:36 dlg Exp $ */
/*
* Copyright (c) 2005, 2006 David Gwynne <dlg@openbsd.org>
@@ -588,8 +588,10 @@ mpi_scsi_cmd(struct scsi_xfer *xs)
io = &mcb->mcb_io;
io->function = MPI_FUNCTION_SCSI_IO_REQUEST;
-// io->chain_offset = dwordsof(mcb->mcb_io);
-// io->bus = htole16(sc->sc_bus);
+ /*
+ * bus is always 0
+ * io->bus = htole16(sc->sc_bus);
+ */
io->target_id = link->target;
io->cdb_length = xs->cmdlen;