summaryrefslogtreecommitdiffstats
path: root/sys/modules/vkbd
Commit message (Collapse)AuthorAgeFilesLines
* Fix our ioctl(2) implementation when the argument is "int". Newru2006-09-271-1/+4
| | | | | | | | | | | | | 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
* No need to generate vnode_if.h anymoreimp2004-12-291-1/+1
|
* Add virtual AT keyboard driver vkbd(4).emax2004-11-161-0/+12
Not yet connected to the build.
OpenPOWER on IntegriCloud