CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/09/01 09:03:32
Modified files:
sys/dev/ic : aic7xxx_cam.h
sys/dev/pv : hvs.c
sys/scsi : cd.c safte.c scsi_base.c scsiconf.c scsiconf.h
sd.c ses.c
Log message:
Adopt the SCSI versioning #define's from FreeBSD. Eliminate the
now unneeded version_to_spc() mapping array, a duplicate #define
and a couple of magic numbers. Toss in some comments for future
generations of spelunkers.
Makes it possible to check for specific SPC versions when new
features or eliminated features require such a check.
No intentional functional change.