Remove one more numeric priority constant.

This commit is contained in:
Alexander Motin 2012-10-27 08:52:33 +00:00
parent 27da503bd6
commit e1c2df4d30
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242173

View File

@ -559,7 +559,7 @@ enc_runcmd(struct enc_softc *enc, char *cdb, int cdbl, char *dptr, int *dlenp)
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;