CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/01 07:10:56
Modified files:
sys/dev/ic : nvme.c nvmevar.h
Log message:
Use ffs() on sc_mps, removing need for sc_mps_bits. Replace ffs(64)-1
and ffs(16)-1 with the constant results (i.e. 6 and 4). Add comments
to clarify use of these constants. Net result, one less invocation of
ffs(), softc smaller by one u_int, and less potential confusion over
'mps'.
No functional change.
