CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/10/23 07:50:50
Modified files:
sys/scsi : sd.c sdvar.h
Log message:
There used to be three possible return values from sd_get_parms(), but
for some years it's been a succeed/fail function. So switch to using
0/-1 as return values and nuke SDGP_RESULT_OFFLINE and SDGP_RESULT_OK
#defines. Shake out logic inside sd_get_parms() to take account of the
change, making it clearer. Removes a possible panic().
