summaryrefslogtreecommitdiff
path: root/sys/dev/ffec
Commit message (Expand)AuthorAgeFilesLines
* MFC r338857:Andrey V. Elsukov2018-09-281-1/+2
* Revert r330897:Eitan Adler2018-03-292-4/+0
* Partial merge of the SPDX changesEitan Adler2018-03-142-0/+4
* MFC r325045, r325054-r325056, r325061, r325063, r325065Ian Lepore2018-01-062-68/+123
* MFC r319814, r319815, r319818:Ian Lepore2017-09-111-25/+13
* MFC r319811, r319813:Ian Lepore2017-09-111-33/+43
* MFC r316664, r316670, r316972, r316996, r317033:Ian Lepore2017-09-111-2/+8
* MFC r313918: Add definitions for the IEEE-1588 registers.Ian Lepore2017-03-011-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-16/+14
* 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