aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1994-03-08 15:17:41 +0000
committerDavid Greenman <dg@FreeBSD.org>1994-03-08 15:17:41 +0000
commit835b7809abf864ccbefd066afffffd0cedc3f89e (patch)
treea39837530ea4ad2b3a97e3342f7de272a067b85a /sys/dev
parent07c26195541637924ce0e5a3ca1455140a207a30 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/syscons/syscons.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/syscons/syscons.c b/sys/dev/syscons/syscons.c
index 43bcf3cd0f0e..565e8437dcdf 100644
--- a/sys/dev/syscons/syscons.c
+++ b/sys/dev/syscons/syscons.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from:@(#)syscons.c 1.3 940129
- * $Id: syscons.c,v 1.36 1994/03/02 20:28:38 guido Exp $
+ * $Id: syscons.c,v 1.37 1994/03/06 20:56:26 guido Exp $
*
*/
@@ -1102,7 +1102,7 @@ void pccnprobe(struct consdev *cp)
/* initialize required fields */
cp->cn_dev = makedev(maj, NCONS);
cp->cn_pri = CN_INTERNAL;
-#if defined(__386BSD__)
+#if defined(__386BSD__) && !defined(__FreeBSD__)
cp->cn_tp = CONSOLE_TTY;
#endif
}