summaryrefslogtreecommitdiff
path: root/tools/kerneldoc
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-02-16 21:57:35 +0000
committerWarner Losh <imp@FreeBSD.org>2017-02-16 21:57:35 +0000
commit86d99b68843834bdd1df81e64542a9efcd5a6c6b (patch)
tree962aba1578e734bf436f6ac8cefe9e63bca834aa /tools/kerneldoc
parent7a3a7496f1bb44311992e2ee900f9b412a0df802 (diff)
downloadsrc-test-86d99b68843834bdd1df81e64542a9efcd5a6c6b.tar.gz
src-test-86d99b68843834bdd1df81e64542a9efcd5a6c6b.zip
Remove EISA bus support for add-in cards. Remove related kernel and
compile options. Remove doxygen pointers to now deleted files. Remove EISA and VME as examples in bus_space.9. Retained EISA mode code for IO PIC and MPTABLES because that's not EISA bus, per se, and some people have abused EISA to mean "EISA-like behavior as opposed to ISA" rather than using it for EISA add-in cards. Relnotes: yes
Notes
Notes: svn path=/head/; revision=313839
Diffstat (limited to 'tools/kerneldoc')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_eisa21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_eisa b/tools/kerneldoc/subsys/Doxyfile-dev_eisa
deleted file mode 100644
index 26a3c23c3c3c3..0000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_eisa
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel EISA device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_eisa/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/eisa/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_eisa/dev_eisa.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-