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 pc98 support completely.I thank all developers and contributors for pc98.Relnotes: yes
Rename from apm_bioscall.s to apm_bioscall.S for removing a special ruleto build a module. A repo-copy is not done because it has no important logs.Pointed out by: ru
Fix the apm module on pc98.Pointed out by: Kuwamura Shinya <kuwa at lares dot dti dot ne dot jp>MFC after: 1 day
Merge PC98 support.
Use repo-copied files in sys/i386/bios.
Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
Drop <bsd.man.mk> support from <bsd.kmod.mk>.Not objected to by: -current
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.
fixed to support pc98
Make apm a module.We need further work to be able to specify an equivalence of `flags 0x20'.Many PCs should work for now. But, some PCs need `flags 0x20'.