aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/lmc
Commit message (Collapse)AuthorAgeFilesLines
* No need to list opt_global.h. No need to force ALTQ here, since that'sWarner Losh2014-11-181-3/+0
| | | | | | | | | not the normal default for the system and nothing else forces it on. Sponsored by: Netflix Notes: svn path=/head/; revision=274667
* Move most of the 15 variations on generating opt_inet.h andWarner Losh2014-08-041-6/+0
| | | | | | | | | opt_inet6.h into kmod.mk by forcing almost everybody to eat the same dogfood. While at it, consolidate the opt_bpf.h and opt_mroute.h targets here too. Notes: svn path=/head/; revision=269540
* - Don't include opt_global.h, it is always included implicitly.Gleb Smirnoff2005-10-051-1/+0
| | | | | | | - Include opt_device_polling.h Notes: svn path=/head/; revision=150967
* Oops, left a compile option enabled that should not be enabled.Scott Long2005-10-041-1/+1
| | | | Notes: svn path=/head/; revision=150897
* Reintroduce the lmc T1/E1/T3 WAN driver. This version is locked, supportsScott Long2005-10-031-0/+25
interface polling, compiles on 64-bit platforms, and compiles on NetBSD, OpenBSD, BSD/OS, and Linux. Woo! Thanks to David Boggs for providing this driver. Altq, sppp, netgraph, and bpf are required for this driver to operate. Userland tools and man pages will be committed next. Submitted by: David Boggs Notes: svn path=/head/; revision=150849