* only add connectors that have not been seen for cciss
* rework seen logic to also have a ignore logic as well for cciss
* add a comment explaining why it is being ignored
* minor version bump
* add -u option
* add a small fix for when smart fails and useSN is false
* some more possible cciss error handling
* rename -u for with guess to -U to avoid conflict
* add U to getopts
* use $sg_int when composing lines for cciss devs
* more cleanup for cciss stuff for when it does not recognize a device
* use -i with smart for the cciss -C test
* add in virt checking
* fix regex typos for virt check
* add various HP specific bits for identity info
* more HP related cleanup
* add initial ccis guessing support
* ccis -> cciss
* rework cciss support some more
* derp, fix qoute type
* make useSN configuration with -g
* rework self test logs to be more HP friendly
* more test cleanup
* more test cleanup
* finally get the extended test playing nice with HP stuff
* don't print needless error messages if cciss_vol_status is not found
* cleanup a edge case, add a new edge case, and now find the max temp
* add id 232
* make the scan modes selectable and begin reworking cciss forproperly checking all possible devices
* rework how the cciss device path is generated
* add exit status checking
* improve cciss guess
* cleanup the cciss checks some more
* convert to IO::Compress::Gzip and update docs