kbdmux(4) keyboard multiplexer integration
o Add sys/dev/kbdmux/kbdmux.c to the source tree o Add sys/modules/kbdmux/Makefile to the source tree These are not yet connected to the build. Man page and other changes to follow. MFC after: 1 week
This commit is contained in:
parent
389f3fcd45
commit
c79577cc17
1314
sys/dev/kbdmux/kbdmux.c
Normal file
1314
sys/dev/kbdmux/kbdmux.c
Normal file
File diff suppressed because it is too large
Load Diff
12
sys/modules/kbdmux/Makefile
Normal file
12
sys/modules/kbdmux/Makefile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# $Id: Makefile,v 1.1 2005/06/23 00:30:50 max Exp $
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
.PATH: ${.CURDIR}/../../dev/kbdmux
|
||||||
|
|
||||||
|
KMOD= kbdmux
|
||||||
|
SRCS= kbdmux.c opt_kbd.h
|
||||||
|
|
||||||
|
opt_kbd.h:
|
||||||
|
echo "#define KBD_INSTALL_CDEV 1" > ${.TARGET}
|
||||||
|
|
||||||
|
.include <bsd.kmod.mk>
|
Loading…
Reference in New Issue
Block a user