/libexec/ld.elf_so/arch/hppa/

is.form.submit();'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_lmc.c
AgeCommit message (Expand)Author
2018-12-12Retire the LMC driver, and its associated lmcconfig tool. LMC has beenmaxv
2018-12-09use pci_intr_establish_xname() everywherejdolecek
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-25 Move txintr_setup() stuff from lmc_interrupt() and do it in ifnet_start().msaitoh
2018-02-07avoid an indentation issue by adding "if (1)".mrg
2017-01-24Defer bpf_mtap in Rx interrupt context to softintozaki-r
2016-12-15Annotate bpf_mtap still running in Rx hardware interrupt with "XXX not in sof...ozaki-r
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-04-28Constify rtentry of if_outputozaki-r
2016-04-20IFQ_ENQUEUE refactor (3/3) : eliminate pktattr argument from IFQ_ENQUEUE callerknakahara
2016-02-09Introduce softint-based if_inputozaki-r
2014-11-28Don't call if_free_sadl in ifnet_detachozaki-r
2014-06-05- Implement pktqueue interface for lockless IP input queue.rmind
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2013-03-30remove trailing whitespacechristos
2012-10-29fix device/softc split errors.chs
2012-10-27split device_t/softc for all remaining drivers.chs
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-09-16Pass lmc(4) through 'unifdef -U__FreeBSD__ -U__bsdi__ -U__OpenBSD__dyoung
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-02-02Remove obsolete #if defined(LKM) block. PR kern/40513tsutsui
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-07*** Summary ***dyoung
2008-06-27Convert lmc(4) to mutexes, removing ({ }) gcc extension along the way.gmcgarry
2008-06-12use device_lookup_private to get softccegger
2008-04-10use aprint_*_dev and device_xnamecegger
2008-02-07Start patching up the kernel so that a network driver always hasdyoung
2008-01-10Straggler: change generic ifmedia_X names to lmc_ifmedia_X.dyoung
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-11use __KERNEL_RCSID()lukem
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-08-30complete initializers.christos
2006-05-14integrate kauth.elad
2006-04-20New version from David Boggs.christos
2006-04-14Coverity CID 1122: Add KASSERT to clarify this NULL deref can't happen.christos
2006-03-10PR/33049: OKANO Takayoshi: Fix the spelling of NetBSD RCS tags.christos
2006-02-13Protect parts inside #ifdef _LKM that are only supposed to be theremartin
2006-02-11new version from David Boggs.christos
2005-12-06New lmc driver from David Boggschristos