summaryrefslogtreecommitdiff
path: root/sys/arch/sgimips/mace
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-07-07Overhaul the interface to pci_configure_bus():thorpej
2020-06-14replace EX_NOWAIT with EX_WAITOK in device attach methods.chs
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-12-26s/lenght/length/msaitoh
2019-10-01in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEPchs
2019-06-07mavb supports only playback for now, so drop FULLDUPLEX and INDEPENDENTisaki
2019-05-30 Simplify MII structure initialization and reference. No functional change.msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-05-23-No functional change:msaitoh
2019-05-08Merge isaki-audio2 branch, the overhaul of audio subsystem.isaki
2019-03-16Use C99 style struct initializer to audio_hw_if.isaki
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
2018-03-23No need to print interrupt status for RX underflow as this status bit is hand...jmcneill
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-08-05simplify macepci_intr():macallan
2016-07-13appease gcc by removing now unnecessary castmacallan
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-10-02PCI Extended Configuration stuff written by nonaka@:msaitoh
2015-09-30pass the port's hardware address in COM_INIT_REGS() so the com driver canmacallan
2015-09-24on mips64 we can use the whole PCI space, not just the two 32MB windowsmacallan
2015-06-30shorten the interrupt name so the level field is actually readable in systatmacallan
2015-04-13Missed a spot: rnd.h -> rndsource.h.riastradh
2015-04-04malloc() -> kmem_alloc() for private data, also kmem_free() them if wemacallan
2015-02-18switch sgimips to common bus_dma and bus_space in arch/mips/macallan
2015-02-17move DAC1 output channel to master so things like OSS and kmix workmacallan
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
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 sprintf.christos
2013-12-16- remove unused variablesmrg
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-02-02Entropy-pool implementation move and cleanup.tls
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-11-19First step of random number subsystem rework described intls
2011-08-18device_t-ifymacallan
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-05-17PCI_FLAGS_IO_ENABLED and PCI_FLAGS_MEM_ENABLED changed their functionaldyoung
2011-05-11Now that GENERIC32_IPX3x builds again, fix some pci_attach_argsdyoung
2011-02-20Merge forward matt-nb5-mips64matt
2011-01-10Use ether_aton_r() in sys/net/if_ethersubr.c instead of home grown copies.tsutsui