CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/09/06 20:07:08
Modified files:
sys/scsi : st.c
Log message:
ST_USER_BLKSIZE and ST_QUIRK_BLKSIZE are only tested as an or'd pair.
Ditto for ST_USER_DENSITY and ST_QUIRK_DENSITY. Thus the origin of the
value stored in the mode is irrelevant. Just use two flags
(ST_MODE_BLKSIZE and ST_MODE_DENSITY) instead of the existing four.
