summaryrefslogtreecommitdiff
path: root/sys/arch/mips/alchemy
AgeCommit message (Expand)Author
2022-09-29Remove unnecessary include of <sys/malloc.h>.skrll
2022-09-29Trailing whitespaceskrll
2022-09-25s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments.andvar
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-06-18fix typos in word "functions" in comments, mainly s/fuctions/functions/.andvar
2022-04-08fix various typos, mainly in comments, but also log messages, docs, game text.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-04malloc(9) -> kmem(9)thorpej
2020-09-29s/occurence/occurrence/msaitoh
2020-07-07Overhaul the interface to pci_configure_bus():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-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-23No functional change:msaitoh
2019-04-11Fix CVS Id usagekamil
2019-01-22 Change MII PHY read/write API from:msaitoh
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
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-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-23Merge nick-nhusbskrll
2016-02-14zero the i2c_attach_args structure before filling it in.chs
2016-02-09Introduce softint-based if_inputozaki-r
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-08-30Turn interrupts back off after sleeping. From maxv's Brainy list.dholland
2015-06-27Cleanup includes.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-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-26kill sprintfchristos
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-06-07Fix can't assign IPv6 address. Valiable error resets to 0, if error == ENETR...kiyohara
2012-05-19Enable interrupt in aumac_init(). And disable in aumac_stop()/aumac_attach().kiyohara
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2012-01-14+ Fix IPL_VM sr_bits for alchemy_ipl_sr_map. Alchemy peripherals connects tokiyohara
2012-01-04Use device_t instead of 'struct device *'.kiyohara
2012-01-03Use device_t instead of 'struct device *'.kiyohara
2011-11-19First step of random number subsystem rework described intls
2011-07-26Don't set the iobase and iosize members of pcmciabus_attach_args becausedyoung
2011-07-10Fix machine/ includesmatt