summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_lmc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky.deraadt2015-04-091-1377/+0
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* remove ^L characters. no binary change.dlg2015-02-271-9/+9
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okhenning2011-07-071-3/+3
* remove dead assignment and newly created unused variable.chl2010-01-041-4/+1
* add IFQ_SET_MAXLENbrad2006-05-131-1/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-4/+5
* Move lmc_system_errors[] so that there is only one instance of it in themiod2006-03-161-1/+12
* first round of lmc(4) cleaning. removes a good portion of the ifdefbrad2005-11-071-239/+7
* add bus_dma and big endian support.brad2005-11-051-125/+232
* In kernel pppoe client, a simple IPv4 only implementation.canacar2004-11-281-1/+2
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* change arguments to suser. suser now takes the process, and a flagstedu2003-08-151-2/+2
* allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowitojun2002-06-301-1/+2
* withough -> withoutderaadt2002-06-021-2/+2
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Don't include <vm/vm_kern.h> if you don't need foo_map.miod2001-09-111-2/+1
* absolutely no need to include vm_parm.h after vm.hmickey2001-08-121-2/+1
* Remove dubious #include MACRO "string" construct (non-ANSI)espie2001-07-091-2/+6
* ALTQ'ify network drivers.kjc2001-06-271-11/+21
* recieve -> receivenate2001-06-271-2/+2
* Get rid of CLSIZE and all related stuff.art2001-05-051-3/+3
* Cleanup SIOCSIFMTUchris2000-04-271-4/+4
* Maintain tx clock state and set RED LED appropriately for SSI cardchris2000-02-061-5/+26
* Make LEDs (mostly) accurate for all models instead of just LMC1000chris2000-02-061-8/+73
* general cleanup (remove LMC_IOMAPPED crud entirely)chris2000-02-011-1/+4
* Require privileges in LMCSIOINFO.angelos1999-12-151-3/+2
* lmc driver; ported by chris@dqc.orgderaadt1999-07-011-0/+1393