aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-02-15 23:04:25 +0000
committerWarner Losh <imp@FreeBSD.org>2017-02-15 23:04:25 +0000
commit5625fe92467ac884efd681949d304d5d7663b6d7 (patch)
tree822cae5d08b8452f871520175f702861698fcf37 /tools/kerneldoc/subsys
parent5d6770bd30ea2c49cb92566c406739ca4395dbd0 (diff)
downloadsrc-5625fe92467ac884efd681949d304d5d7663b6d7.tar.gz
src-5625fe92467ac884efd681949d304d5d7663b6d7.zip
Remove Micro Channel Architecture support. Of the commonly available
machines, only a few 486 machines that used it, and those haven't had enough memory to run FreeBSD for quite some time (often limited to 16MB). Not to be confused with the Machine Check Architecture, which is still very much alive and used (and untouched by this commit). No Objection From: arch@
Notes
Notes: svn path=/head/; revision=313783
Diffstat (limited to 'tools/kerneldoc/subsys')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_mca21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_mca b/tools/kerneldoc/subsys/Doxyfile-dev_mca
deleted file mode 100644
index 732ab4b12cf4..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_mca
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel MCA device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_mca/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/mca/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_mca/dev_mca.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-