summaryrefslogtreecommitdiff
path: root/sys/arch/mips/ralink
AgeCommit message (Expand)Author
2023-05-10mips: Use config_detach_children to reduce error branch bugs.riastradh
2022-09-29Remove unnecessary include of <sys/malloc.h>.skrll
2022-09-29Trailing whitespaceskrll
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-05-24fix various typos in comment, documentation and log messages.andvar
2022-03-16s/watchog/watchdog in comment and log message, one wording fix in comment.andvar
2022-02-12Add inline functions to manipulate the klists that link up knotesthorpej
2021-09-26Change the kqueue filterops::f_isfd field to filterops::f_flags, andthorpej
2021-09-03s/existant/existent/ in comments and messages, plus few more similar fixes.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-04malloc(9) -> kmem(9)thorpej
2020-10-30c99 struct initializerschristos
2020-03-10gcc thinks the static "led_index" could get out of range - not suremartin
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-22Cleanup i2c bus acquire / release, centralizing all of the logic intothorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-06-03 Fix typo in comment (s/seperate/separate/).msaitoh
2019-05-29 Fix compile error.msaitoh
2019-05-29No functional change:msaitoh
2019-05-29 Whitespace fix. No functional change.msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2019-01-12Explicitly size the regmap array.thorpej
2019-01-11Simplify regmap initialization, and fix an regmap issue thatthorpej
2018-12-08Remove the COM_REGMAP option -- just use it all the time. While here,thorpej
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2018-04-09Stop potential misuse of vendor names and USB vendor IDs in root hubjakllsch
2017-02-20Apply deferred if_start to more drivers...ozaki-r
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-10-05add support MT7628/MediaTek LinkIt Smart 7688ryo
2016-10-05KNF; indent, spaces and tabs.ryo
2016-08-26Adjust evbmips_iointr to pass a clockframe pointer and use it forskrll
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-23Merge nick-nhusbskrll
2016-02-09Introduce softint-based if_inputozaki-r
2014-04-30Remove cfg1 manip, moved elsewhere.matt
2014-04-30Fix a few more register definitions.matt
2014-04-30Instead ofmatt
2014-04-30comment a #endifmatt
2014-04-30Add a static bus_space_handle_t for the core (sysctl) registers.matt
2014-04-29Stub for PCI/PCIe support for RT3883/MT7620matt
2014-04-29Clean these up and move some defines to ralink_reg.hmatt
2014-04-29More MT7620 definitionsmatt
2014-04-19Add PCI register definitionsmatt
2014-03-26kill sprintfchristos
2014-03-12remove some dead code, avoid set but unused variables.mrg