summaryrefslogtreecommitdiffstats
path: root/sys/modules/joy
Commit message (Collapse)AuthorAgeFilesLines
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+2
| | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment.
* Use new location for joy, plus list its new bus front ends.imp2001-12-051-2/+2
|
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-3/+4
|
* Retire the joy(8) script. Using shell scripts to load kernel loadablesheldonh2000-11-023-56/+0
| | | | | | | modules is out of fashion. There is still a joy(4) manual page to clue people into the existence of the joy of FreeBSD.
* Don't install manpages.obrien2000-10-081-3/+0
| | | | They are being moved elsewhere, and they are causing problems being here.
* Only install secondary components if the destination directory exists.obrien2000-10-041-0/+4
| | | | This may be a WIP, but `make release' needs it sooner than later.
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | 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.
* Fix joy and put it back in the MI section. (yes, it works on Alpha)peter1999-12-121-4/+2
|
* Removed special rules for building and cleaning device interface filesbde1999-11-281-5/+0
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.peter1999-09-271-5/+2
|
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Reference kld(4).ghelmer1999-04-231-2/+2
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Replace LKM with KLD.ghelmer1999-04-061-5/+5
| | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
* Install scripts without .sh suffix.jkh1998-11-121-2/+2
|
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).peter1998-11-112-8/+4
|
* Do not overwrite the lkm versions of the install scripts for now. linuxpeter1998-11-051-4/+4
| | | | works but ibcs2 has a load failure and joy doesn't look like it'll work.
* Update to use kldload, no temporary files!peter1998-11-052-4/+4
|
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-161-3/+3
| | | | | | | 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)
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absolutebde1998-02-011-2/+2
| | | | | path to the obj directory in ${CFLAGS}. This is actually equivalent to "-I." since bsd.kmod.mk also puts -I- in ${CFLAGS}.
* LKM-support for converting all file-system options to new-style options.eivind1998-01-241-3/+6
|
* Revert $FreeBSD$ back to $Id$peter1997-02-224-4/+4
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-144-4/+4
| | | | | | | | 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.
* Sort cross references.wosch1997-01-131-3/+3
|
* add forgotten $Id$wosch1996-09-221-0/+2
|
* Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by thebde1996-06-231-1/+1
| | | | | | | joy driver proper. Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path.
* Build LKM for joystick driver.jmz1996-03-164-0/+71
OpenPOWER on IntegriCloud