summaryrefslogtreecommitdiffstats
path: root/tools/kerneldoc
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-05-26 10:40:09 +0000
committerbz <bz@FreeBSD.org>2008-05-26 10:40:09 +0000
commit6bba9b42448c966b4d7425ab0ca6f86f26564fb5 (patch)
treece6d26c22aa5ab44c23fab794efd22c6b5bc9c39 /tools/kerneldoc
parentcf7fbdd9301f7a93d32de3e79370507fa46278c6 (diff)
downloadFreeBSD-src-6bba9b42448c966b4d7425ab0ca6f86f26564fb5.zip
FreeBSD-src-6bba9b42448c966b4d7425ab0ca6f86f26564fb5.tar.gz
Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT. Most of I4B has been disconnected from the build since July 2007 in HEAD/RELENG_7. This is what was removed: - configuration in /etc/isdn - examples - man pages - kernel configuration - sys/i4b (drivers, layers, include files) - user space tools - i4b support from ppp - further documentation Discussed with: rwatson, re
Diffstat (limited to 'tools/kerneldoc')
-rw-r--r--tools/kerneldoc/subsys/Dependencies2
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-i4b21
2 files changed, 0 insertions, 23 deletions
diff --git a/tools/kerneldoc/subsys/Dependencies b/tools/kerneldoc/subsys/Dependencies
index 2eda312..6307b48 100644
--- a/tools/kerneldoc/subsys/Dependencies
+++ b/tools/kerneldoc/subsys/Dependencies
@@ -18,5 +18,3 @@ $(.OBJDIR)/dev_pci/dev_pci.tag: $(.OBJDIR)/pci_if.h \
$(.OBJDIR)/pcib_if.h \
$(.OBJDIR)/bus_if.h
-$(.OBJDIR)/i4b/i4b.tag: $(.OBJDIR)/dev_pci/dev_pci.tag
-
diff --git a/tools/kerneldoc/subsys/Doxyfile-i4b b/tools/kerneldoc/subsys/Doxyfile-i4b
deleted file mode 100644
index 5573e84..0000000
--- a/tools/kerneldoc/subsys/Doxyfile-i4b
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.4.1
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel ISDN code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/i4b/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#--------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/i4b/ $(NOTREVIEWED)
-
-GENERATE_TAGFILE = i4b/i4b.tag
-TAGFILES = dev_pci/dev_pci.tag=../../dev_pci/html
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-
OpenPOWER on IntegriCloud