aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/rt
Commit message (Expand)AuthorAgeFilesLines
* Eliminate code for walking through the early static env data. This codeIan Lepore2016-01-031-22/+2
* [rt] add support for the RT5350 and MT7620 SoCs.Adrian Chadd2015-12-243-117/+417
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-66/+69
* Follow up to r225617. In order to maximize the re-usability of kernel codeDavide Italiano2014-10-161-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-7/+7
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* - Use the consistenly PHY-specific reset routine PHY_RESET() rather thanKevin Lo2013-06-141-8/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix typo, lost 0 in SYSCTL_ADD_INT usage.Aleksandr Rybalko2011-07-111-1/+1
* Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in other...Aleksandr Rybalko2011-07-113-0/+3187