sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Remove scsi_low_pisa.c from the module Makefile to keep in linewith r240325.
Export symbols that constitute APIs defined by thesemodules.Note that in the case of 'mii' the API is not clearlydefined, and the symbols exported represent a subsetdefined by current usage.
Add module directories and makefiles for ncv, nsp, stg and scsi_lowKLD modules.Submitted-by: takawata