aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ffec
Commit message (Expand)AuthorAgeFilesLines
* 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