Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Update to the split pty driver.



details:   https://anonhg.NetBSD.org/src/rev/d582b3b824e1
branches:  trunk
changeset: 571077:d582b3b824e1
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Nov 10 17:26:16 2004 +0000

description:
Update to the split pty driver.

diffstat:

 sys/conf/files |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 0b710c7261bc -r d582b3b824e1 sys/conf/files
--- a/sys/conf/files    Wed Nov 10 17:25:21 2004 +0000
+++ b/sys/conf/files    Wed Nov 10 17:26:16 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.693 2004/10/23 17:25:14 thorpej Exp $
+#      $NetBSD: files,v 1.694 2004/11/10 17:26:16 christos Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -45,7 +45,7 @@
 
 defflag        opt_ntp.h               PPS_SYNC NTP
 
-defflag        opt_ptm.h               NO_DEV_PTM
+defflag        opt_ptm.h               NO_DEV_PTM COMPAT_BSDPTY
 
 defparam opt_kmempages.h       NKMEMPAGES KMEMPAGES_MIN NKMEMPAGES_MAX
 defflag        opt_malloclog.h         MALLOCLOG
@@ -1240,7 +1240,9 @@
 file   kern/sysv_shm.c                 sysvshm
 file   kern/tty.c
 file   kern/tty_conf.c
+file   kern/tty_bsdpty.c               compat_bsdpty
 file   kern/tty_pty.c                  pty                     needs-flag
+file   kern/tty_ptm.c                  pty
 file   kern/tty_subr.c
 file   kern/tty_tb.c                   tb                      needs-count
 file   kern/tty_tty.c



Home | Main Index | Thread Index | Old Index