aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tsec/if_tsec.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert if_tsec(4) to IfAPIJustin Hibbits2023-02-061-1/+1
* tsec: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-101-2/+0
* tsec: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Defragment the transmit mbuf chain only if necessary.Justin Hibbits2017-04-041-98/+20
* Add support for NXP/Freescale etsec2 ethernet controllerJustin Hibbits2016-08-301-2/+5
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-3/+3
* Make tsec work with the device tree present on the RB800. The previous codeNathan Whitehorn2013-11-111-1/+10
* Respect phy-handle property in Ethernet nodes of the device tree.Rafal Jaworowski2012-03-041-0/+1
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-1/+6
* Fix Book-E/MPC85XX build. Some prototypes were wrong and got revealed withRafal Jaworowski2009-06-131-2/+2
* tsec(4) style improvements and clean-up.Rafal Jaworowski2009-02-171-10/+10
* Additional features for the tsec(4) Ethernet driver.Rafal Jaworowski2009-02-171-6/+72
* tsec: Refactor driver's structure.Rafal Jaworowski2008-08-261-11/+27
* tsec: Improve and clean up callouts.Rafal Jaworowski2008-08-261-4/+3
* Convert TSEC watchdog to the new scheme.Rafal Jaworowski2008-03-121-0/+4
* Support for Freescale integrated Three-Speed Ethernet Controller (TSEC).Rafal Jaworowski2008-03-031-0/+284