Module Name:    src
Committed By:   pooka
Date:           Sun Dec 20 19:06:45 UTC 2009

Modified Files:
        src/sys/kern: tty_pty.c

Log Message:
Add a pointing to an explanation of why we have #ifdef pmax stuff in here.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 src/sys/kern/tty_pty.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/tty_pty.c
diff -u src/sys/kern/tty_pty.c:1.119 src/sys/kern/tty_pty.c:1.120
--- src/sys/kern/tty_pty.c:1.119	Wed Oct 14 19:25:39 2009
+++ src/sys/kern/tty_pty.c	Sun Dec 20 19:06:44 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: tty_pty.c,v 1.119 2009/10/14 19:25:39 dsl Exp $	*/
+/*	$NetBSD: tty_pty.c,v 1.120 2009/12/20 19:06:44 pooka Exp $	*/
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: tty_pty.c,v 1.119 2009/10/14 19:25:39 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: tty_pty.c,v 1.120 2009/12/20 19:06:44 pooka Exp $");
 
 #include "opt_ptm.h"
 
@@ -119,6 +119,7 @@
 };
 
 #if defined(pmax)
+/* see arch/pmax/conf/majors.pmax */
 const struct cdevsw ptc_ultrix_cdevsw = {
 	ptcopen, ptcclose, ptcread, ptcwrite, ptyioctl,
 	nullstop, ptytty, ptcpoll, nommap, ptckqfilter, D_TTY

Reply via email to