aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/eqos
Commit message (Expand)AuthorAgeFilesLines
* eqos: Whitespace cleanupPeter Jeremy2025-08-031-50/+81
* eqos: Add StarFive JH7110 variantJari Sihvola2025-04-024-6/+254
* Remove now-redundant calls to device_delete_childJohn Baldwin2025-01-021-2/+0
* eqos: Fix group address filtering.Peter Jeremy2024-10-161-2/+2
* if_eqos: Fix a typo in a kernel error messageGordon Bergling2024-01-281-1/+1
* syscon: Move syscon code in dev/sysconEmmanuel Vadot2024-01-101-1/+1
* regulator: Move regulator code in dev/regulatorEmmanuel Vadot2024-01-101-1/+1
* hwreset: Move reset code in dev/hwresetEmmanuel Vadot2024-01-101-1/+1
* clk: Move clock code in dev/clkEmmanuel Vadot2024-01-102-2/+2
* eqos: Call init earlierEmmanuel Vadot2023-12-111-4/+3
* eqos: Unbreak fdt supportEmmanuel Vadot2023-12-111-2/+54
* eqos: Remove extra x in printfEmmanuel Vadot2023-12-111-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+2
* IfAPI: Retire if_etherbpfmtap() and if_bpfmtap()Justin Hibbits2023-08-251-1/+1
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-125-5/+5
* eqos: Mechanically convert to IfAPIJustin Hibbits2023-03-081-22/+22
* Rename left off of eqos to if_eqos accordingly.Søren Schmidt2022-12-233-4/+4
* Add initial support for the RK356X SOC Ethernet QoS controller (DesignWare)Søren Schmidt2022-12-225-0/+2004