diff options
author | Ian Moffett <ian@osmora.org> | 2025-06-15 23:23:19 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-06-15 23:23:19 -0400 |
commit | 2f029ba398271f30cc917e755a49c7155f3d0801 (patch) | |
tree | e996ff4a9e7af892b6cce06516fde07e90b19d03 /sys/dev | |
parent | 9db4bb193ad12b0cf47125543bf7f3f36c0fb0ca (diff) |
kernel: rtl: Remove TODO comment (completed)
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/phy/rtl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/phy/rtl.c b/sys/dev/phy/rtl.c index c2a16ce..e37caf7 100644 --- a/sys/dev/phy/rtl.c +++ b/sys/dev/phy/rtl.c @@ -341,8 +341,6 @@ rt_init_mac(void) * - Enable interrupts through ROK/TOK * - Enable RX state machines * - * TODO: Support TX - * */ rt81xx_irq_init(); rt_write(RT_RXBUF, 4, rxbuf); |