VLAN(4): Enable and test

This commit is contained in:
Sebastian Huber
2015-03-30 21:28:26 +02:00
parent 675acb2f10
commit 012c263eb1
6 changed files with 136 additions and 1 deletions

View File

@@ -102,4 +102,7 @@
#define SYSINIT_NEED_NET_IF_DC \
SYSINIT_DRIVER_REFERENCE(dc, pci)
#define SYSINIT_NEED_NET_IF_VLAN \
SYSINIT_MODULE_REFERENCE(if_vlan)
#endif /* _RTEMS_BSD_MACHINE_RTEMS_BSD_SYSINIT_H_ */