Fix some modules to export more used symbols(cherry picked from commit 5bb3134a8c21cb87b30e135ef168483f0333dabb)
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
Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
Use a consistent style and one much closer to the rest of /usr/src
Add '-DPC98' to CFLAGS if MACHINE == pc98.
newpcm module makefilesonce built, 'kld_load snd_driver; kldunload snd_driver' will load all sounddrivers and unload all unattached ones. attached drivers do not yet supportunloading.