summaryrefslogtreecommitdiff
path: root/sys/arch/newsmips/apbus
AgeCommit message (Expand)Author
2022-09-18Eliminate use of IFF_OACTIVE, take 2. (Not sure what happened there.)thorpej
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-08-20snstart(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2021-11-10s/endianess/endianness/msaitoh
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-11-21malloc(9) -> kmem(9)thorpej
2020-02-05Fix if_stats access.martin
2020-02-04Trailing whitespaceskrll
2020-02-04Adopt <net/if_stats.h>skrll
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-05-29No functional change:msaitoh
2019-05-28 Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*.msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
2018-10-19Reorganize APbus zs(4) console handling.tsutsui
2018-10-14Add NWS-4000 support.tsutsui
2018-09-30Avoid reference of APbus workarea that can't be read via kvm(3).tsutsui
2018-09-30Account APbus interrupts by evcnt(9).tsutsui
2018-09-30Fix news5000 panic during boot on APbus attach. PR port-newsmips/53626tsutsui
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-06-22 It's not required to include net/bpfdesc.h. Remove it.msaitoh
2017-07-29Avoid memory leak in sonic_get.riastradh
2017-03-31 Remove extra 0x. This bug was added when replacing bitmask_snprintf(9) withmsaitoh
2017-02-22Apply deferred if_start to more MD drivers.nonaka
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-07-21Don't include <mips/locore.h> in <machine/intr.h>, introduces circularchristos
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2014-03-24- fix unusedchristos
2014-01-31Add WSDISPLAYIO_LINEBYTES ioctl (for Xorg wsfb driver).tsutsui
2012-10-13struct device * -> device_t, use device_xname() (from chs@)tsutsui
2012-10-13Fix botch on device_t/softc split inside #ifdef SNDEBUG part. from chs@tsutsui
2011-07-15Track the changes to tulipvar.h -- use the recently introducedhe
2011-02-20Merge forward matt-nb5-mips64matt
2010-06-26Um, fix botch in previous.tsutsui
2010-06-26Pull a similar fix from sparc/dev/zs.c rev 1.119:tsutsui
2010-05-15Set RI_NO_AUTO in ri_flg if init functions are invoked from cnattach.tsutsui
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-14Merge from matt-nb5-mips64matt
2009-04-17Split device_t/softc, use aprint_*().tsutsui
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-06-13use device_lookup_private to get softccegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-20No need to check whole alldevs to search a specific dmac unit in dmac3_link().tsutsui
2008-04-09Remove leftover stuff moved to dmac3var.h.tsutsui
2008-04-09Split device_t/softc, with misc cleanup.tsutsui