aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tsec/if_tsec_fdt.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* tsec: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for NXP/Freescale etsec2 ethernet controllerJustin Hibbits2016-08-301-21/+55
* Add an alternate compatible string for eTSEC devices.Justin Hibbits2016-05-191-1/+2
* Allow callers of OF_decode_addr to get the size of the found mapping. ThisAndrew Turner2016-02-161-1/+1
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionIan Lepore2014-09-011-1/+1
* Remove bogus module dependencies.Marcel Moolenaar2014-07-261-2/+0
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* Make tsec work with the device tree present on the RB800. The previous codeNathan Whitehorn2013-11-111-2/+19
* - Provide necessary includes.Gleb Smirnoff2013-10-291-2/+2
* Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski2012-03-041-7/+2
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+2
* Don't use the MAC address in the device tree if it's all zeroesMarcel Moolenaar2011-01-281-19/+10
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-0/+352