summaryrefslogtreecommitdiff
path: root/sys/modules/etherswitch
AgeCommit message (Collapse)Author
2025-08-23sys/modules: fix standalone build for multiple modulesShengYi Hung
Multiple Makefile miss opt_*.h and *_if.h header file. We fix it by running make in sys/modules to build all modules. Approved by: lwhsu (mentor), markj (mentor) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D52062
2025-04-27etherswitch: add etherswitch moduleAdrian Chadd
Add the etherswitch module Differential Revision: https://reviews.freebsd.org/D50026 Reviewed by: imp