aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/lmc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Retire lmc(4)Ed Maste2018-05-011-15/+0
| | | | | | | | | | | | | | This driver supports legacy, 32-bit PCI devices, and had an ambiguous license. Supported devices were already reported to be rare in 2003 (when an earlier version of the driver was removed in r123201). Reviewed by: rgrimes Relnotes: Yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D15245 Notes: svn path=/head/; revision=333144
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* 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