aboutsummaryrefslogtreecommitdiff
path: root/tools/kerneldoc/subsys
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2018-05-17 14:55:41 +0000
committerSean Bruno <sbruno@FreeBSD.org>2018-05-17 14:55:41 +0000
commit6f78fad3b102965147e6e15a8422bd157b699993 (patch)
tree7886c75999f854a69d559437e1f8719f87fc4922 /tools/kerneldoc/subsys
parent0c5ce04d824cc6e8b0174d0a48c79841eb779efa (diff)
downloadsrc-6f78fad3b102965147e6e15a8422bd157b699993.tar.gz
src-6f78fad3b102965147e6e15a8422bd157b699993.zip
Retire vxge(4).
This driver was merged to HEAD one week prior to Exar publicly announcing they had left the Ethernet market. It is not known to be used and has various code quality issues spotted by Brooks and Hiren. Retire it in preparation for FreeBSD 12.0. Submitted by: kbowling Reviewed by: brooks imp Relnotes: yes Sponsored by: Limelight Networks Differential Revision: https://reviews.freebsd.org/D15442
Notes
Notes: svn path=/head/; revision=333717
Diffstat (limited to 'tools/kerneldoc/subsys')
-rw-r--r--tools/kerneldoc/subsys/Doxyfile-dev_vxge21
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_vxge b/tools/kerneldoc/subsys/Doxyfile-dev_vxge
deleted file mode 100644
index 5bb704513733..000000000000
--- a/tools/kerneldoc/subsys/Doxyfile-dev_vxge
+++ /dev/null
@@ -1,21 +0,0 @@
-# Doxyfile 1.5.2
-
-# $FreeBSD$
-
-#---------------------------------------------------------------------------
-# Project related configuration options
-#---------------------------------------------------------------------------
-PROJECT_NAME = "FreeBSD kernel VXGE device code"
-OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_vxge/
-EXTRACT_ALL = YES # for undocumented src, no warnings enabled
-#---------------------------------------------------------------------------
-# configuration options related to the input files
-#---------------------------------------------------------------------------
-INPUT = $(DOXYGEN_SRC_PATH)/dev/vxge/ \
- $(NOTREVIEWED)
-
-GENERATE_TAGFILE = dev_vxge/dev_vxge.tag
-
-@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH)
-@INCLUDE = common-Doxyfile
-