Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2008 11:26:58 GMT
From:      Ed Schouten <ed@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 146615 for review
Message-ID:  <200808041126.m74BQwcP032688@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=146615

Change 146615 by ed@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808041126.m74BQwcP032688>