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
Move to generating pccarddevs.h on the fly, both for the kernel andthe modules.Also generate usbdevs.h automatically now, but a non-kernel file isstopping that at the moment.
Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.
Add aic to the list of drivers that might work with NEWCARD. I've addedthe same config lines that NetBSD has. This builds with both NEWCARDand GENERIC config files.
Use a consistent style and one much closer to the rest of /usr/src
PC-98 boxes use aic_cbus.c instead of aic_isa.c.
Module for aicSubmitted by: Michael Reifenberger