PERFORCE change 146615 for review
Ed Schouten
ed at FreeBSD.org
Mon Aug 4 11:26:59 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=146615
Change 146615 by ed at ed_flippo on 2008/08/04 11:26:22
Remove the now unused TTYHOG/opt_tty.h references.
Affected files ...
.. //depot/projects/mpsafetty/sys/conf/options#3 edit
.. //depot/projects/mpsafetty/sys/dev/nmdm/nmdm.c#5 edit
.. //depot/projects/mpsafetty/sys/modules/nmdm/Makefile#2 edit
.. //depot/projects/mpsafetty/sys/modules/rc/Makefile#2 edit
Differences ...
==== //depot/projects/mpsafetty/sys/conf/options#3 (text+ko) ====
@@ -174,7 +174,6 @@
SYSVSHM opt_sysvipc.h
SW_WATCHDOG opt_watchdog.h
TURNSTILE_PROFILING
-TTYHOG opt_tty.h
VFS_AIO
VERBOSE_SYSINIT opt_global.h
WLCACHE opt_wavelan.h
==== //depot/projects/mpsafetty/sys/dev/nmdm/nmdm.c#5 (text+ko) ====
@@ -36,9 +36,6 @@
* Mighty handy for use with serial console in Vmware
*/
-#include "opt_compat.h"
-#include "opt_tty.h"
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/priv.h>
==== //depot/projects/mpsafetty/sys/modules/nmdm/Makefile#2 (text+ko) ====
@@ -4,14 +4,6 @@
KMOD= nmdm
SRCS= nmdm.c
-SRCS+= opt_compat.h opt_tty.h vnode_if.h
-
-.if !defined(KERNBUILDDIR)
-opt_compat.h:
- echo "#define COMPAT_43 1" >opt_compat.h
-
-opt_tty.h:
- echo "#define TTYHOG 8192" >opt_tty.h
-.endif
+SRCS+= vnode_if.h
.include <bsd.kmod.mk>
==== //depot/projects/mpsafetty/sys/modules/rc/Makefile#2 (text+ko) ====
@@ -3,11 +3,6 @@
.PATH: ${.CURDIR}/../../dev/rc
KMOD= rc
-SRCS= rc.c device_if.h bus_if.h isa_if.h opt_tty.h
-
-.if !defined(KERNBUILDDIR)
-opt_tty.h:
- echo "#define TTYHOG 8192" >opt_tty.h
-.endif
+SRCS= rc.c device_if.h bus_if.h isa_if.h
.include <bsd.kmod.mk>
More information about the p4-projects
mailing list