History log of /freebsd-10-stable/sys/modules/joy/
Revision Date Author Comments
256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


129740 26-May-2004 imp

Move to generating pccarddevs.h on the fly, both for the kernel and
the modules.

Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.


87385 05-Dec-2001 imp

Use new location for joy, plus list its new bus front ends.


70711 06-Jan-2001 obrien

Use a consistent style and one much closer to the rest of /usr/src


68245 02-Nov-2000 sheldonh

Retire the joy(8) script. Using shell scripts to load kernel loadable
modules is out of fashion.

There is still a joy(4) manual page to clue people into the existence of
the joy of FreeBSD.


66826 08-Oct-2000 obrien

Don't install manpages.
They are being moved elsewhere, and they are causing problems being here.


66620 04-Oct-2000 obrien

Only install secondary components if the destination directory exists.
This may be a WIP, but `make release' needs it sooner than later.


60966 27-May-2000 peter

Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead of
encoding the relative path.


59951 04-May-2000 peter

Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.
This means that the kernel can be totally self contained now and is not
dependent on the last buildworld to update /usr/share/mk. This might
also make it easier to build 5.x kernels on 4.0 boxes etc, assuming
gensetdefs and config(8) are updated.


54511 12-Dec-1999 peter

Fix joy and put it back in the MI section. (yes, it works on Alpha)


53846 28-Nov-1999 bde

Removed special rules for building and cleaning device interface files
and empty options files. The rules are now generated automatically in
bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).


51712 27-Sep-1999 peter

Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


45954 23-Apr-1999 ghelmer

Reference kld(4).

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>


45381 06-Apr-1999 ghelmer

Replace LKM with KLD.

Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>


41104 12-Nov-1998 jkh

Install scripts without .sh suffix.


41081 11-Nov-1998 peter

Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).


40921 05-Nov-1998 peter

Do not overwrite the lkm versions of the install scripts for now. linux
works but ibcs2 has a load failure and joy doesn't look like it'll work.


40920 05-Nov-1998 peter

Update to use kldload, no temporary files!


40440 16-Oct-1998 peter

Sample initial set of kld-ified modules. Not all have been completely
converted yet. These are more of a starting point. This is NOT connected
to the parent Makefile.

OK'ed by jkh (who is ever so patiently waiting)


32990 01-Feb-1998 bde

Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolute
path to the obj directory in ${CFLAGS}. This is actually equivalent
to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.


32725 24-Jan-1998 eivind

LKM-support for converting all file-system options to new-style options.


22982 22-Feb-1997 peter

Revert $FreeBSD$ back to $Id$


21673 14-Jan-1997 jkh

Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.


21635 13-Jan-1997 wosch

Sort cross references.


18471 22-Sep-1996 wosch

add forgotten $Id$


16623 23-Jun-1996 bde

Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by the
joy driver proper.

Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative)
path.


14635 16-Mar-1996 jmz

Build LKM for joystick driver.