Add more documentation on vlans and trunking

This commit is contained in:
logicog
2025-07-26 19:10:24 +02:00
parent a5d156a645
commit c01014f1d8
5 changed files with 120 additions and 6 deletions
+6
View File
@@ -113,6 +113,12 @@
#define RTL837x_MIRROR_CONF 0x604c
#define RTL837x_MIRROR_CTRL 0x6048
/*
* Trunking
*/
#define RTL837x_TRUNK_CTRL_A 0x4f38
#define RTL837x_TRUNK_CTRL_B 0x4f3c
#ifdef REGDBG
#define REG_SET(r, v) SFR_DATA_24 = ((v) >> 24) & 0xff; \