aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-05-01 16:30:48 +0000
committerEd Maste <emaste@FreeBSD.org>2018-05-01 16:30:48 +0000
commite6a376d196feea7a598005ad0ff2d7f04aa0889d (patch)
treedc3eda9efd21ba0e3f3ac402f1d525f94ea6447f /tools
parente4eef18848a141a0ad4312bd120effc1472e0811 (diff)
downloadsrc-e6a376d196feea7a598005ad0ff2d7f04aa0889d.tar.gz
src-e6a376d196feea7a598005ad0ff2d7f04aa0889d.zip
Retire lmc(4)
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
Notes: svn path=/head/; revision=333144
Diffstat (limited to 'tools')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_lmc21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_lmc b/tools/kerneldoc/subsys/Doxyfile-dev_lmc
deleted file mode 100644
index 4485a6f17096..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_lmc
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel LMC device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_lmc/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/lmc/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_lmc/dev_lmc.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-