From 6bba9b42448c966b4d7425ab0ca6f86f26564fb5 Mon Sep 17 00:00:00 2001 From: bz Date: Mon, 26 May 2008 10:40:09 +0000 Subject: 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 --- tools/kerneldoc/subsys/Dependencies | 2 -- tools/kerneldoc/subsys/Doxyfile-i4b | 21 --------------------- 2 files changed, 23 deletions(-) delete mode 100644 tools/kerneldoc/subsys/Doxyfile-i4b (limited to 'tools/kerneldoc/subsys') 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 - -- cgit v1.1