summaryrefslogtreecommitdiff
path: root/sys/dev/rt
Commit message (Collapse)AuthorAgeFilesLines
* MFC: r227309 (partial)Marius Strobl2013-03-091-1/+1
| | | | | | | | | | | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. The SYSCTL_NODE macro defines a list that stores all child-elements of that node. If there's no SYSCTL_DECL macro anywhere else, there's no reason why it shouldn't be static. Notes: svn path=/stable/9/; revision=248085
* MFC: r243857 (partial)Marius Strobl2013-03-091-3/+3
| | | | | | | | Mechanically substitute flags from historic mbuf allocator with malloc(9) flags in sys/dev. Notes: svn path=/stable/9/; revision=248078
* MFC r226173, r227843, r227848 and r227908:Hans Petter Selasky2011-12-311-5/+2
| | | | | | | | | Use DEVMETHOD_END to mark end of device methods. Remove superfluous device methods. Add some missing __FBSBID() macros. Notes: svn path=/stable/9/; revision=229093
* Fix typo, lost 0 in SYSCTL_ADD_INT usage.Aleksandr Rybalko2011-07-111-1/+1
| | | | Notes: svn path=/head/; revision=223929
* Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in ↵Aleksandr Rybalko2011-07-113-0/+3187
other Ralink SoCs. Approved by: adrian (mentor) Notes: svn path=/head/; revision=223927