summaryrefslogtreecommitdiff
path: root/sys/dev/scsipi/if_se.c
AgeCommit message (Expand)Author
2022-08-29Make this build again. Sorry about that.skrll
2022-08-28se(4): don't set if_watchdog as it's not used.skrll
2022-07-07Trailing whitespaceskrll
2022-01-01s/sytem/system/msaitoh
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2020-09-29s/occurence/occurrence/msaitoh
2020-07-27Improve the workqueue and callout handling. Prompted by riastradh@.jdc
2020-07-22Sort #includes. Nix trailing whitespace.riastradh
2020-07-22Omit needless <sys/pcq.h>.riastradh
2020-06-29Nix trailing whitespace.riastradh
2020-06-22Add sedetach() and also use it to remove duplicate code from seattach().jdc
2020-06-22Use workqueues so that we don't call into the scsipi subsystem viajdc
2020-06-19First pass at making this work again.jdc
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-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-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
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-11-20Make scsipi framework MPSAFE.mlelstv
2016-10-02MFREE -> m_freechristos
2016-09-07'#if 0' a static inline function used only by an already #if 0 function.jakllsch
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-08-24would you like some freshly ground _KERNEL_OPT with that?pooka
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-03ansi prototypeschristos
2011-04-02Fix misplaced parenthesis. From henning.petersen@t-online.de, thanks.mbalmer
2010-07-27Use %zu instead of %d for size_t.jakllsch
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-10-21Remove uarea swap-out functionality:rmind
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
2009-01-11make this compilecegger
2008-11-07*** Summary ***dyoung
2008-06-08Use device_lookup_private() rather than using cd_devs[] directly to get softc.tsutsui
2008-04-05use aprint_*_dev and device_xnamecegger
2007-12-20Constify struct ifnet->if_sadl and every use throughout the tree.dyoung
2007-09-01Remark that the data-length argument passed to se_scsipi_cmd() isdyoung