aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ffec/if_ffecreg.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add FECFLAG_AVB variant flag to support new features on imx7.Ian Lepore2017-10-281-2/+0
* Increase the alignment of the rx/tx descriptor ring buffers to 64 bytes.Ian Lepore2017-10-281-1/+1
* Add definitions for the IEEE-1588 registers.Ian Lepore2017-02-181-0/+21
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-5/+5
* Add a driver for the Freescale Fast Ethernet Controller found on variousIan Lepore2013-10-201-0/+303