summaryrefslogtreecommitdiff
path: root/sys/dev/sbus/qe.c
AgeCommit message (Expand)Author
2022-09-25Remove unnecessary include of <sys/malloc.h>.thorpej
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2020-03-19Don't bother with IFF_OACTIVE. Just keep processing so long asthorpej
2020-01-29Adopt <net/if_stats.h>.thorpej
2019-05-29Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA inmsaitoh
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-23-No functional change:msaitoh
2019-02-05 Remove very old IFF_NOTRAILERS flag.msaitoh
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
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-10-02MFREE -> m_freechristos
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-06-23Fix multicast filter set up: we need to byte-swap the hash before writing tojdc
2012-06-22Fix fallout from revision 1.46, and call ether_ioctl() in the default path.jdc
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-07-18convert the remaining dev/sbus drivers to CFATTACH_DECL_NEW, cfdata_tmrg
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-09-22Remove some more unnecessary casts.tsutsui
2009-09-19u_intNN_t -> uintNN_ttsutsui
2009-09-18Use uint8_t pointers for TX/RX buffers to avoid extra pointer casts.tsutsui
2009-09-18- use device_private(), proper types and variables for device_t/softctsutsui
2009-09-17Remove struct sbusdev and related functions sbus_establish() and sbusreset().tsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-12-16replace bitmask_snprintf(9) with snprintb(3)christos
2008-11-07*** Summary ***dyoung
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-01Change a bazillion occurrences of code resembling this,dyoung
2007-03-04fix fallout from caddr_t changes.christos
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-12-24__inline__ -> inlineperry
2005-12-11merge ktrace-lwp.christos
2005-05-30avoid shadow variables.christos
2005-02-27nuke trailing whitespaceperry
2005-02-04de-__Pperry
2004-10-30When adding/deleting multicast addresses, only whack the addressthorpej
2004-03-17Rename PROM_getprop*() => prom_getprop*().pk
2004-03-15Replace myetheraddr() by prom_getether().pk
2003-05-03DMA, not dma nor Dma.wiz