summaryrefslogtreecommitdiffstats
path: root/sys/cam/scsi/scsi_cd.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-02-22 09:18:46 +0000
committerphk <phk@FreeBSD.org>2002-02-22 09:18:46 +0000
commit8b5a71f365fa771240bb1b5f8790a9c194013468 (patch)
treecf58a1e56139b39cf23692028dc0f47ec6dc4917 /sys/cam/scsi/scsi_cd.c
parent7d2feac7d3f2d24e6aa783bff897b21b508633e8 (diff)
downloadFreeBSD-src-8b5a71f365fa771240bb1b5f8790a9c194013468.zip
FreeBSD-src-8b5a71f365fa771240bb1b5f8790a9c194013468.tar.gz
GC: BIO_ORDERED going away.
Diffstat (limited to 'sys/cam/scsi/scsi_cd.c')
-rw-r--r--sys/cam/scsi/scsi_cd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/cam/scsi/scsi_cd.c b/sys/cam/scsi/scsi_cd.c
index 550ef41..33f7358 100644
--- a/sys/cam/scsi/scsi_cd.c
+++ b/sys/cam/scsi/scsi_cd.c
@@ -1448,9 +1448,7 @@ cdstart(struct cam_periph *periph, union ccb *start_ccb)
scsi_read_write(&start_ccb->csio,
/*retries*/4,
/* cbfcnp */ cddone,
- (bp->bio_flags & BIO_ORDERED) != 0 ?
- MSG_ORDERED_Q_TAG :
- MSG_SIMPLE_Q_TAG,
+ MSG_SIMPLE_Q_TAG,
/* read */bp->bio_cmd == BIO_READ,
/* byte2 */ 0,
/* minimum_cmd_size */ 10,
OpenPOWER on IntegriCloud