svn commit: r242173 - head/sys/cam/scsi
Alexander Motin
mav at FreeBSD.org
Sat Oct 27 08:52:33 UTC 2012
Author: mav
Date: Sat Oct 27 08:52:33 2012
New Revision: 242173
URL: http://svn.freebsd.org/changeset/base/242173
Log:
Remove one more numeric priority constant.
Modified:
head/sys/cam/scsi/scsi_enc.c
Modified: head/sys/cam/scsi/scsi_enc.c
==============================================================================
--- head/sys/cam/scsi/scsi_enc.c Sat Oct 27 04:45:25 2012 (r242172)
+++ head/sys/cam/scsi/scsi_enc.c Sat Oct 27 08:52:33 2012 (r242173)
@@ -559,7 +559,7 @@ enc_runcmd(struct enc_softc *enc, char *
cdbl = IOCDBLEN;
}
- ccb = cam_periph_getccb(enc->periph, 1);
+ ccb = cam_periph_getccb(enc->periph, CAM_PRIORITY_NORMAL);
if (enc->enc_type == ENC_SEMB_SES || enc->enc_type == ENC_SEMB_SAFT) {
tdlen = min(dlen, 1020);
tdlen = (tdlen + 3) & ~3;
More information about the svn-src-all
mailing list