aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/etherswitch
Commit message (Collapse)AuthorAgeFilesLines
* sys/modules: fix standalone build for multiple modulesShengYi Hung2025-08-231-1/+1
| | | | | | | | | 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
* etherswitch: add etherswitch moduleAdrian Chadd2025-04-271-0/+9
Add the etherswitch module Differential Revision: https://reviews.freebsd.org/D50026 Reviewed by: imp