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
Separate mse driver into a core driver and a bus attachments. Separate outthe ISA and CBUS (called isa on pc98) attachments. Eliminate all PC98ifdefs in the process (the driver in pc98/pc98/mse.c
Separate mse driver into a core driver and a bus attachments. Separate outthe ISA and CBUS (called isa on pc98) attachments. Eliminate all PC98ifdefs in the process (the driver in pc98/pc98/mse.c was a copy of the onein i386/isa/mse.c with PC98 ifdefs). Create a module for this driver.I've tested this my PC-9821RaS40 with moused. I've not tested this on i386because I have no InPort cards, or similar such things. NEC standardizedon bus mice very early, long before ps/2 mice ports apeared, so all PC-98machines supported by FreeBSD/pc98 have bus mice, I believe.Reviewed by: nyan-san
show more ...