diff options
author | Warner Losh <imp@FreeBSD.org> | 2018-10-26 16:03:30 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2018-10-26 16:03:30 +0000 |
commit | 24b6d87155920cafd63b0fc82526b5b4fbe29a37 (patch) | |
tree | 9ada988fb6bbbdcc523e0d3a27cf28e39828f908 /tools/kerneldoc/subsys/Doxyfile-dev_joy | |
parent | 09efa3dfb2796c6a2f6fe31f907d25e914715aeb (diff) | |
download | src-24b6d87155920cafd63b0fc82526b5b4fbe29a37.tar.gz src-24b6d87155920cafd63b0fc82526b5b4fbe29a37.zip |
Redo r339563: Remove joy(4) driver.
This driver was marked as gone in 12. We're at 13 now. Remove it.
Data from nycbug's dmesg cache shows only one potential user,
suggesting it never was used much. However, even though this device
has been obsolete for 15 years at least, sys/joystick.h is included in
a number of graphics packages still, so that remains. A full exprun
is needed before that can be removed.
RelNotes: yes
Differential Revision: https://reviews.freebsd.org/D17629
Notes
Notes:
svn path=/head/; revision=339776
Diffstat (limited to 'tools/kerneldoc/subsys/Doxyfile-dev_joy')
-rw-r--r-- | tools/kerneldoc/subsys/Doxyfile-dev_joy | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tools/kerneldoc/subsys/Doxyfile-dev_joy b/tools/kerneldoc/subsys/Doxyfile-dev_joy deleted file mode 100644 index d1fd6fd30e64..000000000000 --- a/tools/kerneldoc/subsys/Doxyfile-dev_joy +++ /dev/null @@ -1,21 +0,0 @@ -# Doxyfile 1.5.2 - -# $FreeBSD$ - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- -PROJECT_NAME = "FreeBSD kernel JOY device code" -OUTPUT_DIRECTORY = $(DOXYGEN_DEST_PATH)/dev_joy/ -EXTRACT_ALL = YES # for undocumented src, no warnings enabled -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- -INPUT = $(DOXYGEN_SRC_PATH)/dev/joy/ \ - $(NOTREVIEWED) - -GENERATE_TAGFILE = dev_joy/dev_joy.tag - -@INCLUDE_PATH = $(DOXYGEN_INCLUDE_PATH) -@INCLUDE = common-Doxyfile - |