summaryrefslogtreecommitdiff
path: root/tools/kerneldoc
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2016-08-19 21:14:27 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2016-08-19 21:14:27 +0000
commitc1c9764296e57fc8f264f26d2445b7578ec2e67f (patch)
treecd0e17a7ec4de7bc7d9eb541d1dc7d854e5014ba /tools/kerneldoc
parent61c38eefd3ba030f22d4c5720e3dac6ec07f8d7f (diff)
downloadsrc-test-c1c9764296e57fc8f264f26d2445b7578ec2e67f.tar.gz
src-test-c1c9764296e57fc8f264f26d2445b7578ec2e67f.zip
Remove the si(4) driver and sicontrol(8) for Specialix serial cards.
The si(4) driver supported multiport serial adapters for ISA, EISA, and PCI buses. This driver does not use bus_space, instead it depends on direct use of the pointer returned by rman_get_virtual(). It is also still locked by Giant and calls for patch testing to convert it to use bus_space were unanswered. Relnotes: yes
Notes
Notes: svn path=/head/; revision=304502
Diffstat (limited to 'tools/kerneldoc')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_si21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_si b/tools/kerneldoc/subsys/Doxyfile-dev_si
deleted file mode 100644
index 0ebf223dbf538..0000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_si
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel SI device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_si/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/si/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_si/dev_si.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-