summaryrefslogtreecommitdiff
path: root/sys/arch/mips/atheros
AgeCommit message (Expand)Author
2022-09-29Remove unnecessary include of <sys/malloc.h>.skrll
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2021-11-10s/endianess/endianness/msaitoh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-02fix various typos in comments and log messages.andvar
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-04malloc(9) -> kmem(9)thorpej
2020-09-02 Id -> NetBSD in comment. No functional change.msaitoh
2020-07-11Fix various typos of "system" in comments. Mainly copypasto errors.nia
2020-02-04Use ifmedia_fini().thorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2019-08-21 Fix typo (s/contoller/controller/).msaitoh
2019-08-13ensure spibus_attach_args is zero'edtnn
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23 Whitespace fix (mainly tabify).msaitoh
2019-05-23No functional change:msaitoh
2019-03-08 s/ are are / are /msaitoh
2019-01-22 Change MII PHY read/write API from:msaitoh
2018-12-08Clean up initialization of com_regs structure, in preparation forthorpej
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-06-26 Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backwardmsaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Apply deferred if_start frameworkozaki-r
2016-09-15remove last isolated islands using BUS_SPACE_BARRIER_SYNC andjdolecek
2016-07-12Include <mips/locore.h> for badaddr.maya
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-23Merge nick-nhusbskrll
2016-02-09Introduce softint-based if_inputozaki-r
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-09-21Fix typoskrll
2015-09-11Trailing whitespace.skrll
2015-09-11Fix up USBMODE registers in sc_vendor_init functions and not in the ehciskrll
2015-06-29Remove a dead branch. Could look like a memory leak, but ih cannot bemaxv
2015-06-26#include <mips/locore.h> and other include cleanups.matt
2015-06-09#include <sys/cpu.h> or <mips/cpuregs.h> as neededmatt
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-05-29Comment out nfrac as it's unused.skrll
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-23fix typomartin
2014-02-07Check _BYTE_ORDER.msaitoh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-07-20EHCI_USBINTR is 4 bytes long so use EOWRITE4matt
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-02-02Entropy-pool implementation move and cleanup.tls