summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruwe <uwe@openbsd.org>2006-05-28 09:21:57 +0000
committeruwe <uwe@openbsd.org>2006-05-28 09:21:57 +0000
commit10d0d422567e7a5aef66c5d6bedc5dfe3bd6031c (patch)
tree726c244f2ad9f223d33b33dec84203e5c4795995
parentif we run into a file that was suppose to be a directory (diff)
downloadwireguard-openbsd-10d0d422567e7a5aef66c5d6bedc5dfe3bd6031c.tar.xz
wireguard-openbsd-10d0d422567e7a5aef66c5d6bedc5dfe3bd6031c.zip
Remove dead code; free commit on behalf of dlg@
-rw-r--r--sys/dev/ic/ami.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/ic/ami.c b/sys/dev/ic/ami.c
index f032ebbc3da..ecff986aa88 100644
--- a/sys/dev/ic/ami.c
+++ b/sys/dev/ic/ami.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami.c,v 1.163 2006/05/26 15:57:32 marco Exp $ */
+/* $OpenBSD: ami.c,v 1.164 2006/05/28 09:21:57 uwe Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -1494,11 +1494,6 @@ ami_scsi_cmd(struct scsi_xfer *xs)
rwb = (struct scsi_rw_big *)xs->cmd;
blockno = _4btol(rwb->addr);
blockcnt = _2btol(rwb->length);
-#if 0
- /* TODO: reflect DPO & FUA flags */
- if (xs->cmd->opcode == WRITE_BIG && rwb->byte2 & 0x18)
- flags |= 0;
-#endif
}
if (blockno >= sc->sc_hdr[target].hd_size ||