summaryrefslogtreecommitdiffstats
path: root/sys/dev/rt
Commit message (Collapse)AuthorAgeFilesLines
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
| | | | Reviewed by: yongari
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+2
| | | | | | | | | | one. Interestingly, these are actually the default for quite some time (bus_generic_driver_added(9) since r52045 and bus_generic_print_child(9) since r52045) but even recently added device drivers do this unnecessarily. Discussed with: jhb, marcel - While at it, use DEVMETHOD_END. Discussed with: jhb - Also while at it, use __FBSDID.
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
| | | | | | 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.
* Fix typo, lost 0 in SYSCTL_ADD_INT usage.ray2011-07-111-1/+1
|
* Support of Ralink Ethernet MAC, used in RT3050F/RT3052F and I belive in ↵ray2011-07-113-0/+3187
other Ralink SoCs. Approved by: adrian (mentor)
OpenPOWER on IntegriCloud