summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_lmc_common.c (follow)
Commit message (Collapse)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
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.mpi2014-12-051-1/+2
| | | | ok mikeb@, krw@, bluhm@, tedu@
* 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
| | | | | | crud making this readable. ok dlg@
* add bus_dma and big endian support.brad2005-11-051-14/+25
| | | | | | | | | From NetBSD Thanks to Jason Ackley for testing on i386/amd64/sparc64 with both T1 and T3 cards. "looks ok" dlg@
* network drivers don't need to include bpfdesc.htedu2004-05-121-2/+1
| | | | ok krw@ canacar@
* 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
| | | | (Look ma, I might have broken the tree)
* 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
| | | | | | and use the more correct #include <file.h> style. From discussion with millert@.
* general cleanup (remove LMC_IOMAPPED crud entirely)chris2000-02-011-0/+1
| | | | | | | | add correct rcs tags sync w/lmc's lmc_media.c regarding watchdog support (So, the LEDs on the T1/T3 cards [the ones with built-in CSU/DSUs], and also the DS1 "SSI" card should now change according to various line conditions, as ths manual says they do)
* Support LMC1200chris1999-10-261-2/+1
| | | | Based on LMC's Linux code
* lmc driver; ported by chris@dqc.orgderaadt1999-07-011-0/+408