summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/include/machine/rtems-bsd-sysinit.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-15 09:43:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-12-15 09:53:07 +0100
commit546b38d6846526a8e2571004fd360ac70a7e5816 (patch)
tree4cc19114eae7a809fd3f0a57b6db043afb792c86 /rtemsbsd/include/machine/rtems-bsd-sysinit.h
parentpfctl: Update due to linker set API changes (diff)
downloadrtems-libbsd-546b38d6846526a8e2571004fd360ac70a7e5816.tar.bz2
Add BRIDGE(4) support to configuration
Diffstat (limited to 'rtemsbsd/include/machine/rtems-bsd-sysinit.h')
-rw-r--r--rtemsbsd/include/machine/rtems-bsd-sysinit.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtemsbsd/include/machine/rtems-bsd-sysinit.h b/rtemsbsd/include/machine/rtems-bsd-sysinit.h
index 2c892da6..3817ad25 100644
--- a/rtemsbsd/include/machine/rtems-bsd-sysinit.h
+++ b/rtemsbsd/include/machine/rtems-bsd-sysinit.h
@@ -111,6 +111,9 @@
#define SYSINIT_NEED_NET_IF_DC \
SYSINIT_DRIVER_REFERENCE(dc, pci)
+#define SYSINIT_NEED_NET_IF_BRIDGE \
+ SYSINIT_MODULE_REFERENCE(if_bridge)
+
#define SYSINIT_NEED_NET_IF_LAGG \
SYSINIT_MODULE_REFERENCE(if_lagg)