summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_lmc_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky.deraadt2015-04-091-346/+0
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
* cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmhenning2011-07-061-2/+2
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* first round of lmc(4) cleaning. removes a good portion of the ifdefbrad2005-11-071-76/+4
* add bus_dma and big endian support.brad2005-11-051-14/+25
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
* 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
* general cleanup (remove LMC_IOMAPPED crud entirely)chris2000-02-011-0/+1
* Support LMC1200chris1999-10-261-2/+1
* lmc driver; ported by chris@dqc.orgderaadt1999-07-011-0/+408