From 2df6f852fc3c69c7d38c6aad7fd80fc488e7ed82 Mon Sep 17 00:00:00 2001 From: emax Date: Wed, 1 Mar 2006 18:34:48 +0000 Subject: Provide ability to disable kbdmux(4) with the hint.kbdmux.0.disabled="1" hint. Document hint in the kbdmux(4) man page. Requested by: scottl MFC after: 1 day --- sys/modules/kbdmux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/kbdmux') diff --git a/sys/modules/kbdmux/Makefile b/sys/modules/kbdmux/Makefile index 9ac6de3..2d64ddf 100644 --- a/sys/modules/kbdmux/Makefile +++ b/sys/modules/kbdmux/Makefile @@ -4,7 +4,7 @@ .PATH: ${.CURDIR}/../../dev/kbdmux KMOD= kbdmux -SRCS= kbdmux.c opt_kbd.h +SRCS= kbdmux.c opt_kbd.h bus_if.h device_if.h .if !defined(KERNBUILDDIR) opt_kbd.h: -- cgit v1.1