aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa/if_dtsec_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dpaa: Don't assume the MDIO is on the same fman as the MACJustin Hibbits2022-11-281-31/+15
* dpaa: Don't probe disabled devicesJustin Hibbits2022-11-271-0/+3
* dpaa: Account for MDIO device not being foundJustin Hibbits2022-11-261-0/+3
* dpaa: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-2/+1
* Remove unused miibus_devclass and miibus_fdt_devclass.John Baldwin2022-05-061-1/+1
* Fix interrupt handling for dtsecJustin Hibbits2017-11-021-1/+6
* Make DPAA work in 64-bit modeJustin Hibbits2017-10-311-2/+7
* Make dpaa work with only slightly modified Linux device trees.Justin Hibbits2016-11-121-25/+17
* Use ofw_bus_node_is_compatible() instead of fdt_is_compatible()Justin Hibbits2016-11-111-5/+6
* Remove a hack requiring dtsec0 to always be enabled for mdio.Justin Hibbits2016-10-211-7/+29
* Add support for the Freescale dTSEC DPAA-based ethernet controller.Justin Hibbits2016-02-291-0/+215