CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/10 07:50:13
Modified files:
sys/dev/ic : nvme.c
Log message:
sgl (scatter gather list) and prpl (physical region page list) are two
different things in the NVMe world. Only the latter is currently
implemented in nvme(4) so rename sc_max_sgl to sc_max_prpl to reflect
this.
No functional change.
