aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/joy
Commit message (Collapse)AuthorAgeFilesLines
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+2
| | | | | | | | | | the modules. Also generate usbdevs.h automatically now, but a non-kernel file is stopping that at the moment. Notes: svn path=/head/; revision=129740
* Use new location for joy, plus list its new bus front ends.Warner Losh2001-12-051-2/+2
| | | | Notes: svn path=/head/; revision=87385
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-3/+4
| | | | Notes: svn path=/head/; revision=70711
* Retire the joy(8) script. Using shell scripts to load kernel loadableSheldon Hearn2000-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. Notes: svn path=/head/; revision=68245
* Don't install manpages.David E. O'Brien2000-10-081-3/+0
| | | | | | | They are being moved elsewhere, and they are causing problems being here. Notes: svn path=/head/; revision=66826
* Only install secondary components if the destination directory exists.David E. O'Brien2000-10-041-0/+4
| | | | | | | This may be a WIP, but `make release' needs it sooner than later. Notes: svn path=/head/; revision=66620
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-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. Notes: svn path=/head/; revision=59951
* Fix joy and put it back in the MI section. (yes, it works on Alpha)Peter Wemm1999-12-121-4/+2
| | | | Notes: svn path=/head/; revision=54511
* Removed special rules for building and cleaning device interface filesBruce Evans1999-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}). Notes: svn path=/head/; revision=53846
* Zap some unused echo "#define NFOO 1" > foo.h style defunct stuff.Peter Wemm1999-09-271-5/+2
| | | | Notes: svn path=/head/; revision=51712
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Reference kld(4).Guy Helmer1999-04-231-2/+2
| | | | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> Notes: svn path=/head/; revision=45954
* Replace LKM with KLD.Guy Helmer1999-04-061-5/+5
| | | | | | | Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com> Notes: svn path=/head/; revision=45381
* Install scripts without .sh suffix.Jordan K. Hubbard1998-11-121-2/+2
| | | | Notes: svn path=/head/; revision=41104
* Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).Peter Wemm1998-11-112-8/+4
| | | | Notes: svn path=/head/; revision=41081
* Do not overwrite the lkm versions of the install scripts for now. linuxPeter Wemm1998-11-051-4/+4
| | | | | | | works but ibcs2 has a load failure and joy doesn't look like it'll work. Notes: svn path=/head/; revision=40921
* Update to use kldload, no temporary files!Peter Wemm1998-11-052-4/+4
| | | | Notes: svn path=/head/; revision=40920
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-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) Notes: svn path=/head/; revision=40440
* Don't put "-I." in ${CFLAGS} here. bsd.kmod.mk now puts an absoluteBruce Evans1998-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}. Notes: svn path=/head/; revision=32990
* LKM-support for converting all file-system options to new-style options.Eivind Eklund1998-01-241-3/+6
| | | | Notes: svn path=/head/; revision=32725
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-224-4/+4
| | | | Notes: svn path=/head/; revision=22982
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-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. Notes: svn path=/head/; revision=21673
* Sort cross references.Wolfram Schneider1997-01-131-3/+3
| | | | Notes: svn path=/head/; revision=21635
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+2
| | | | Notes: svn path=/head/; revision=18471
* Don't (re)define ACTUALLY_LKM_NOT_KERNEL. It wasn't even used by theBruce Evans1996-06-231-1/+1
| | | | | | | | | | joy driver proper. Don't add -I/sys to CFLAGS. bsd.kmod.mk adds the correct (relative) path. Notes: svn path=/head/; revision=16623
* Build LKM for joystick driver.Jean-Marc Zucconi1996-03-164-0/+71
Notes: svn path=/head/; revision=14635