<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/sys/modules/joy, branch master</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=master</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2018-10-26T16:03:30Z</updated>
<entry>
<title>Redo r339563: Remove joy(4) driver.</title>
<updated>2018-10-26T16:03:30Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-10-26T16:03:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=24b6d87155920cafd63b0fc82526b5b4fbe29a37'/>
<id>urn:sha1:24b6d87155920cafd63b0fc82526b5b4fbe29a37</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Revert r339563.</title>
<updated>2018-10-26T04:10:32Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-10-26T04:10:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c320a22df5ab45459c0b67891454aa9b1c39758'/>
<id>urn:sha1:7c320a22df5ab45459c0b67891454aa9b1c39758</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Remove joy(4) driver.</title>
<updated>2018-10-22T02:34:00Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2018-10-22T02:34:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=33a54d778b5d07a768b010deb0361d9fec3ece8d'/>
<id>urn:sha1:33a54d778b5d07a768b010deb0361d9fec3ece8d</id>
<content type='text'>
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.

RelNotes: yes
Differential Revision: https://reviews.freebsd.org/D17629
</content>
</entry>
<entry>
<title>sys/modules: normalize .CURDIR-relative paths to SRCTOP</title>
<updated>2017-03-04T10:10:17Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-03-04T10:10:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=193d9e768ba63fcfb187cfd17f461f7d41345048'/>
<id>urn:sha1:193d9e768ba63fcfb187cfd17f461f7d41345048</id>
<content type='text'>
This simplifies make output/logic

Tested with:	`cd sys/modules; make ALL_MODULES=` on amd64
MFC after:	1 month
Sponsored by:	Dell EMC Isilon
</content>
</entry>
<entry>
<title>There never was a PC Card joystick attachment that worked. Kill the</title>
<updated>2014-11-22T20:31:20Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2014-11-22T20:31:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4c52dc451bc4c2f3e3dc988e2ec0ac836f0d6b5d'/>
<id>urn:sha1:4c52dc451bc4c2f3e3dc988e2ec0ac836f0d6b5d</id>
<content type='text'>
current stub one until such time as one shows up.
</content>
</entry>
<entry>
<title>Move to generating pccarddevs.h on the fly, both for the kernel and</title>
<updated>2004-05-26T00:53:10Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-05-26T00:53:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dba6dd177bdee890cf445fbe21a5dccefd5de18e'/>
<id>urn:sha1:dba6dd177bdee890cf445fbe21a5dccefd5de18e</id>
<content type='text'>
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
</content>
</entry>
<entry>
<title>Use new location for joy, plus list its new bus front ends.</title>
<updated>2001-12-05T09:09:48Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2001-12-05T09:09:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7345fbcb3873af61857e6ddb482c28d09c8e0579'/>
<id>urn:sha1:7345fbcb3873af61857e6ddb482c28d09c8e0579</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a consistent style and one much closer to the rest of /usr/src</title>
<updated>2001-01-06T14:00:42Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-01-06T14:00:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c68159a6d8eede11766cf13896d0f7670dbd51aa'/>
<id>urn:sha1:c68159a6d8eede11766cf13896d0f7670dbd51aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Retire the joy(8) script.  Using shell scripts to load kernel loadable</title>
<updated>2000-11-02T14:15:30Z</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-11-02T14:15:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0fa66a3170a58d05bd8e35a573fff451e75761b8'/>
<id>urn:sha1:0fa66a3170a58d05bd8e35a573fff451e75761b8</id>
<content type='text'>
modules is out of fashion.

There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.
</content>
</entry>
<entry>
<title>Don't install manpages.</title>
<updated>2000-10-08T16:56:04Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2000-10-08T16:56:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=23b16c61fa8d2a29643c8e6b7e083cc69b9d54a6'/>
<id>urn:sha1:23b16c61fa8d2a29643c8e6b7e083cc69b9d54a6</id>
<content type='text'>
They are being moved elsewhere, and they are causing problems being here.
</content>
</entry>
</feed>
