summaryrefslogtreecommitdiff
path: root/sys/dev/phy/rtl.c
AgeCommit message (Collapse)Author
24 hourskernel: driver: Assign names to all driversIan Moffett
Assign a name to each driver through the DRIVER_EXPORT() or DRIVER_DEFER() macros. This can be used for blacklisting driver startups. Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-16kernel: rtl: Fix up includes and remove "TODO"Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-16kernel: rtl: Expose NIC properly through if_var.hIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-15kernel: rtl: Remove TODO comment (completed)Ian Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-15kernel: rtl: Implement packet TXIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2025-06-07kernel: phy: Rename rtl8139 driver to rt81xxIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>