]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert r339563.
authorimp <imp@FreeBSD.org>
Fri, 26 Oct 2018 04:10:32 +0000 (04:10 +0000)
committerimp <imp@FreeBSD.org>
Fri, 26 Oct 2018 04:10:32 +0000 (04:10 +0000)
commit83bf1fdc836e09b547bb10188359abbd1d565aeb
tree2f75610a2d2386bf103145894cf901526c3eb6de
parent4e2014b7309555fcb4cb4eb23d07331313c73f42
Revert r339563.

I held the mistaken belief this was completely unused. While the
driver is unused and likely not relevant for a long time,
sys/joystick.h lives on in maybe half a dozen ports, even though
hardware to use it hasn't been widely used in maybe 15 years.
12 files changed:
ObsoleteFiles.inc
share/man/man4/Makefile
share/man/man4/joy.4 [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/dev/joy/joy.c [new file with mode: 0644]
sys/dev/joy/joy_isa.c [new file with mode: 0644]
sys/dev/joy/joyvar.h [new file with mode: 0644]
sys/modules/Makefile
sys/modules/joy/Makefile [new file with mode: 0644]
sys/sys/joystick.h [new file with mode: 0644]
tools/kerneldoc/subsys/Doxyfile-dev_joy [new file with mode: 0644]