summaryrefslogtreecommitdiffstats
path: root/sys/modules/nmdm
diff options
context:
space:
mode:
authordas <das@FreeBSD.org>2003-03-05 08:16:29 +0000
committerdas <das@FreeBSD.org>2003-03-05 08:16:29 +0000
commit5ba556c62648809a4f2981258daa356cb463dec8 (patch)
tree6bcfc183b9c6f4fcb90b7cca845fea42feeb07f5 /sys/modules/nmdm
parentd315a35ab1e589b864a47a2e3073b3ff6dba91e7 (diff)
downloadFreeBSD-src-5ba556c62648809a4f2981258daa356cb463dec8.zip
FreeBSD-src-5ba556c62648809a4f2981258daa356cb463dec8.tar.gz
Make TTYHOG tunable.
Reviewed by: mike (mentor)
Diffstat (limited to 'sys/modules/nmdm')
-rw-r--r--sys/modules/nmdm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/modules/nmdm/Makefile b/sys/modules/nmdm/Makefile
index d74b7d3..4982c38 100644
--- a/sys/modules/nmdm/Makefile
+++ b/sys/modules/nmdm/Makefile
@@ -4,9 +4,12 @@
KMOD= nmdm
SRCS= nmdm.c
-SRCS+= opt_compat.h vnode_if.h
+SRCS+= opt_compat.h opt_tty.h vnode_if.h
opt_compat.h:
echo "#define COMPAT_43 1" >opt_compat.h
+opt_tty.h:
+ echo "#define TTYHOG 8192" >opt_tty.h
+
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud