diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-05-28 09:21:58 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2006-05-28 09:21:58 +0000 |
commit | e653416c1881bc9bb9e003b56a23937199317d24 (patch) | |
tree | 18bcd8673d40f3fd85dd175639d33b23baf8678e /sys | |
parent | 21032fc6ee5b57923405f962dbe3be2fdf22a1d7 (diff) |
Remove dead code; free commit on behalf of dlg@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/ami.c | 7 |
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 || |