sys/modules: fix standalone build for multiple modulesMultiple Makefile miss opt_*.h and *_if.h header file. We fix it byrunning make in sys/modules to build all modules.Approved by: lwhsu (m
sys/modules: fix standalone build for multiple modulesMultiple Makefile miss opt_*.h and *_if.h header file. We fix it byrunning make in sys/modules to build all modules.Approved by: lwhsu (mentor), markj (mentor)Sponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D52062
show more ...
etherswitch: add etherswitch moduleAdd the etherswitch moduleDifferential Revision: https://reviews.freebsd.org/D50026Reviewed by: imp