summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-08 19:28:59 +0000
committerphk <phk@FreeBSD.org>1999-08-08 19:28:59 +0000
commit74db02785d932aba621f7ed5fa6bd4ab452847a6 (patch)
tree5bb247a14dd3ad6820b29172ed02735593f141c9 /sys/amd64
parente938d317d57f5bdbcd03330bb1290da29802187d (diff)
downloadFreeBSD-src-74db02785d932aba621f7ed5fa6bd4ab452847a6.zip
FreeBSD-src-74db02785d932aba621f7ed5fa6bd4ab452847a6.tar.gz
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.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index d1a0e40..935cd4f 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -15,7 +15,7 @@
# device lines is also present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $
+# $Id: GENERIC,v 1.179 1999/08/07 01:42:08 jkh Exp $
machine i386
cpu I386_CPU
@@ -196,7 +196,7 @@ pseudo-device ether # Ethernet support
pseudo-device sl 1 # Kernel SLIP
pseudo-device ppp 1 # Kernel PPP
pseudo-device tun 1 # Packet tunnel, for ppp(1)
-pseudo-device pty 16 # Pseudo-ttys (telnet etc)
+pseudo-device pty # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
OpenPOWER on IntegriCloud