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
Cleanup the way we include some files (in this case EISA) based onkernel config. Also tidy up the ed options.
Add if_ed_rtl80x9.c
Minor reorg to have each bus' files on one line.
Break out obscure ISA cards into their own files, as well as ne2000and wd80x3 support. Make the obscure ISA cards optional, and addthose options to NOTES on i386 (note: the ifdef around the whole
Break out obscure ISA cards into their own files, as well as ne2000and wd80x3 support. Make the obscure ISA cards optional, and addthose options to NOTES on i386 (note: the ifdef around the whole codeis for module building). Tweak pc98 ed support to include wd80x3 too.Add goo for alpha too.The affected cards are the 3Com 3C503, HP LAN+ and SIC (whatever thatis). I couldn't find any of these for sale on ebay, so they areuntested. If you have one of these cards, and send it to me, I'llensure that you have no future problems with it...Minor cleanups as well by using functions rather than cut and pastecode for some probing operations (where the function call overhead islost in the noise).Remove use of kvtop, since they aren't required anymore. This driverneeds to get its memory mapped act together, however, and use busspace. It doesn't right now.This reduces the size of if_ed.ko from about 51k to 33k on my laptop.
show more ...
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 a change I forgot when adding ED_NO_MIIBUS. This will likelybe backed out with the rest of ED_NO_MIIBUS when the general miibuscode makes proper use of newbus.
Add support for Dlink DL10022 to the ed driver. This is a mii partbolted to a ne-2000 chip. This is necessary for the NetGear FA-410TXand other cards.This also requires you add mii to your kern
Add support for Dlink DL10022 to the ed driver. This is a mii partbolted to a ne-2000 chip. This is necessary for the NetGear FA-410TXand other cards.This also requires you add mii to your kernel if you have an ed driverconfigured.This code will result in a couple of timeout messages for ed on theimpacted cards. Additional work will be needed, but this does workright now, and many people need these cards.Submitted by: Ian Dowse <[email protected]>
Use a consistent style and one much closer to the rest of /usr/src
if_ed_cbus.c is required from PC-98 only, and if_ed_isa.c is not necessaryfor PC-98.
Add card_if.h and sort the header files, while I'm here.
Add Makefile to build an if_ed kernel module. Works on both, i386 andalpha.No response from: the world