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