aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-08-08 19:28:59 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-08-08 19:28:59 +0000
commitef40c5610866b818a383bf9d6faf55e406020b09 (patch)
tree68a291c037887633959f6697b16279c1350142a3 /sys/conf/NOTES
parent0ef1c82630b9fa5b376abcaf8721a561ae5f7c24 (diff)
downloadsrc-ef40c5610866b818a383bf9d6faf55e406020b09.tar.gz
src-ef40c5610866b818a383bf9d6faf55e406020b09.zip
Make the pty driver as close to a cloning device as we can get for now,
we create the pty on the fly when it is first opened. If you run out of ptys now, just MAKEDEV some more. This also demonstrate the use of dev_t->si_tty_tty and dev_t->si_drv1 in a device driver.
Notes
Notes: svn path=/head/; revision=49536
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index be9d7df6306f..8fefe0a60eab 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.623 1999/08/06 15:59:01 phk Exp $
+# $Id: LINT,v 1.624 1999/08/08 16:27:17 chris Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -563,7 +563,7 @@ options DEVFS #devices filesystem
# do to enable this. ../../contrib/softupdates/README gives
# more details on how they actually work.
#
-#options SOFTUPDATES
+options SOFTUPDATES
# Make space in the kernel for a MFS root filesystem. Define to the number
# of kilobytes to reserve for the filesystem.
@@ -767,7 +767,7 @@ options SA_ERASE_TIMEOUT="(4*60)"
# as it is required for `telnetd', `rlogind', `screen', `emacs', and
# `xterm', among others.
-pseudo-device pty 16 #Pseudo ttys - can go as high as 256
+pseudo-device pty #Pseudo ttys
pseudo-device speaker #Play IBM BASIC-style noises out your speaker
pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)