CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/30 11:41:18
Modified files:
sys/dev/pv : hvs.c
Log message:
Don't use misleadingly named SCSISPC() which returns SCSI version not
SPC version. Use raw data in version field to check the SPC level
until SCSISPC() is straightened out. Actually a bit clearer to read as
the raw data is what is manipulated in adjacent code.
