summaryrefslogtreecommitdiffstats
path: root/sys/dev/ffec
Commit message (Expand)AuthorAgeFilesLines
* MFC r313918: Add definitions for the IEEE-1588 registers.ian2017-03-011-0/+21
* Fix erronious mixed use of tx/rx variables/constants in the same expression.ian2016-05-271-3/+3
* Add busdma sync ops before reading and after modifying the descriptor rings.ian2014-11-241-0/+10
* Mechanically convert to if_inc_counter().glebius2014-09-181-18/+16
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Fix another bug in multicast filtering. i.MX uses 6 bits from MSB inhrs2014-03-081-2/+3
* Fix multicast filtering.hrs2014-03-041-1/+1
* Follow r261352 by updating all drivers which are children of simplebusian2014-02-021-0/+3
* ENET on Vybrid Family SoC don't advertise its media capabilitiesbr2014-01-041-3/+5
* Fix undefined behavior: (1 << 31) is not defined as 1 is an int and thiseadler2013-11-301-5/+5
* Switch to using ofw_bus_search_compatible() table-driven compat lookup.ian2013-10-261-23/+42
* Mask out non-address bits in the mac address register, for properian2013-10-221-2/+1
* Add a driver for the Freescale Fast Ethernet Controller found on variousian2013-10-202-0/+2043
OpenPOWER on IntegriCloud