Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Send lmc(4) and san(4) to the HDLC framed bit bucket in the sky. | 2015-04-09 | 1 | -346/+0 | |
| | |||||
* | Remove some includes include-what-you-use claims don't | 2015-03-14 | 1 | -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>. | 2014-12-05 | 1 | -1/+2 | |
| | | | | ok mikeb@, krw@, bluhm@, tedu@ | ||||
* | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm | 2011-07-06 | 1 | -2/+2 | |
| | |||||
* | these files don't need to include proc.h anymore. ok oga for agp | 2010-04-08 | 1 | -2/+1 | |
| | |||||
* | first round of lmc(4) cleaning. removes a good portion of the ifdef | 2005-11-07 | 1 | -76/+4 | |
| | | | | | | crud making this readable. ok dlg@ | ||||
* | add bus_dma and big endian support. | 2005-11-05 | 1 | -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.h | 2004-05-12 | 1 | -2/+1 | |
| | | | | ok krw@ canacar@ | ||||
* | withough -> without | 2002-06-02 | 1 | -2/+2 | |
| | |||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 1 | -2/+2 | |
| | | | | (Look ma, I might have broken the tree) | ||||
* | Don't include <vm/vm_kern.h> if you don't need foo_map. | 2001-09-11 | 1 | -2/+1 | |
| | |||||
* | absolutely no need to include vm_parm.h after vm.h | 2001-08-12 | 1 | -2/+1 | |
| | |||||
* | Remove dubious #include MACRO "string" construct (non-ANSI) | 2001-07-09 | 1 | -2/+6 | |
| | | | | | | and use the more correct #include <file.h> style. From discussion with millert@. | ||||
* | general cleanup (remove LMC_IOMAPPED crud entirely) | 2000-02-01 | 1 | -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 LMC1200 | 1999-10-26 | 1 | -2/+1 | |
| | | | | Based on LMC's Linux code | ||||
* | lmc driver; ported by chris@dqc.org | 1999-07-01 | 1 | -0/+408 | |