aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ffec
Commit message (Expand)AuthorAgeFilesLines
* Convert from local code and constants for mac<->phy connection type to newIan Lepore2017-06-111-25/+13
* if_ffec bugfixes related to harvesting of hardware-maintained statistics...Ian Lepore2017-06-101-33/+43
* Add imx6ul SoC support, and get the PHY number from the FDT data. If thereIan Lepore2017-04-161-2/+8
* Add definitions for the IEEE-1588 registers.Ian Lepore2017-02-181-0/+21
* Fix erronious mixed use of tx/rx variables/constants in the same expression.Ian Lepore2016-05-271-3/+3
* Add busdma sync ops before reading and after modifying the descriptor rings.Ian Lepore2014-11-241-0/+10
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-18/+16
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Fix another bug in multicast filtering. i.MX uses 6 bits from MSB inHiroki Sato2014-03-081-2/+3
* Fix multicast filtering.Hiroki Sato2014-03-041-1/+1
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* ENET on Vybrid Family SoC don't advertise its media capabilitiesRuslan Bukin2014-01-041-3/+5
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thisEitan Adler2013-11-301-5/+5
* Switch to using ofw_bus_search_compatible() table-driven compat lookup.Ian Lepore2013-10-261-23/+42
* Mask out non-address bits in the mac address register, for properIan Lepore2013-10-221-2/+1
* Add a driver for the Freescale Fast Ethernet Controller found on variousIan Lepore2013-10-202-0/+2043