aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/vnic/thunder_mdio_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Mechanically convert vnic to IfAPIJustin Hibbits2023-02-071-0/+3
* vnic: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-10/+6
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* INTRNG: Rework handling with resources. Partially revert r301453.Michal Meloun2016-08-191-2/+0
* INTRNG - change the way how an interrupt mapping data are providedSvatopluk Kraus2016-06-051-0/+2
* Support new MDIO hierarchy in ThunderX DTBZbigniew Bodek2016-01-281-5/+199
* Mark the thunder_mdio_fdt driver as early, the bgx needs it to exist so itAndrew Turner2015-11-061-2/+2
* Introduce driver for Cavium's ThunderX MDIOZbigniew Bodek2015-10-181-0/+95