summaryrefslogtreecommitdiffstats
path: root/sys/pc98
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/pc98
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/pc98')
-rw-r--r--sys/pc98/conf/GENERIC4
-rw-r--r--sys/pc98/conf/GENERIC984
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 2354596..7b51531 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is 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: GENERIC98,v 1.80 1999/07/26 12:10:33 kato Exp $
+# $Id: GENERIC98,v 1.81 1999/08/08 11:09:28 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -248,7 +248,7 @@ pseudo-device ether
pseudo-device sl 1
pseudo-device ppp 1
pseudo-device tun 1
-pseudo-device pty 16
+pseudo-device pty
pseudo-device gzip # Exec gzipped a.out's
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 2354596..7b51531 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -11,7 +11,7 @@
# device lines is 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: GENERIC98,v 1.80 1999/07/26 12:10:33 kato Exp $
+# $Id: GENERIC98,v 1.81 1999/08/08 11:09:28 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -248,7 +248,7 @@ pseudo-device ether
pseudo-device sl 1
pseudo-device ppp 1
pseudo-device tun 1
-pseudo-device pty 16
+pseudo-device pty
pseudo-device gzip # Exec gzipped a.out's
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
OpenPOWER on IntegriCloud