summaryrefslogtreecommitdiffstats
path: root/sys/modules/ukbd
Commit message (Collapse)AuthorAgeFilesLines
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-1/+5
| | | | | | | | | | | | | ioctls passing integer arguments should use the _IOWINT() macro. This fixes a lot of ioctl's not working on sparc64, most notable being keyboard/syscons ioctls. Full ABI compatibility is provided, with the bonus of fixing the handling of old ioctls on sparc64. Reviewed by: bde (with contributions) Tested by: emax, marius MFC after: 1 week
* Let modules use the kernel's opt_*.h files if built along withyar2005-10-141-0/+2
| | | | | | | | | | | | | | the kernel by wrapping all targets for fake opt_*.h files in .if defined(KERNBUILDDIR). Thus, such fake files won't be created at all if modules are built with the kernel. Some modules undergo cleanup like removing unused or unneeded options or .h files, without which they wouldn't build this way or the other. Reviewed by: ru Tested by: no binary changes in modules built alone Tested on: i386 sparc64 amd64
* Revert last commit: It fixed make universe but broke regular kernel make.phk2005-07-161-1/+1
|
* Add missing reference to ukbdmap.hphk2005-07-161-1/+1
| | | | Fixes build of ukbd module under "make universe"
* Release n_hibma's maintainership due to his ENOTIME.schweikh2005-06-041-3/+1
| | | | Discussed with, okayed, authorized, requested by, on behalf of: n_hibma (MAINTAINER)
* We don't need to generate vnode_if.h anymoreimp2004-12-291-3/+1
|
* Add usbdevs.h and pccarddevs.h to the build list, as appropriate. This is ↵imp2004-06-271-1/+1
| | | | needed to build as part of world or in src/sys/modules.
* Use double quotes instead of single quotes for echos to build optionsbde2003-12-291-1/+2
| | | | | headers as in most other modules Makefiles (5 yesterday, none now). Fixed any simple nearby style bugs (not many).
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-8/+8
|
* 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.
* Do not explicitly create empty option files; they are takenyokota2000-01-201-8/+1
| | | | | | care of by bsd.kmod.mk. Pointed out by: bde
* Add opt_ukbd.h.yokota2000-01-121-2/+5
|
* Removed special rules for building and cleaning device interface filesbde1999-11-281-12/+2
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* Clean up the Makefiles, make them consistent with the others and removen_hibma1999-11-221-6/+6
| | | | debugging falgs (-g).
* Change the name of the modules from <name>_mod to <name>n_hibma1999-11-171-1/+1
| | | | Suggested by: David O'Brien <obrien@FreeBSD.ORG>
* Remove -O from CFLAGSn_hibma1999-11-171-1/+1
|
* perl5 -> perlgreen1999-10-081-2/+2
| | | | (This was breaking world.)
* Change the SOURCE line to include ${CURDIR}n_hibma1999-10-081-1/+1
| | | | Submitted by: Guy Helmer <ghelmer@scl.ameslab.gov>
* Fix typon_hibma1999-10-071-1/+1
|
* The Makefiles for the modules for the USB device drivers.n_hibma1999-10-071-0/+29
Finally.
OpenPOWER on IntegriCloud