aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2012-03-21 08:38:42 +0000
committerEd Schouten <ed@FreeBSD.org>2012-03-21 08:38:42 +0000
commit92396a3174400effb38fee039b77bf8b393cc657 (patch)
treedbf94bdfd2e622ff5f7c7a8c7f9faae61cc3bfd5 /sys/pc98
parent586fbee6432751a00e43d94107d9890a2694292e (diff)
downloadsrc-92396a3174400effb38fee039b77bf8b393cc657.tar.gz
src-92396a3174400effb38fee039b77bf8b393cc657.zip
Remove pty(4) from our kernel configurations.
As of FreeBSD 8, this driver should not be used. Applications that use posix_openpt(2) and openpty(3) use the pts(4) that is built into the kernel unconditionally. If it turns out high profile depend on the pty(4) module anyway, I'd rather get those fixed. So please report any issues to me. The pty(4) module is still available as a kernel module of course, so a simple `kldload pty' can be used to run old-style pseudo-terminals.
Notes
Notes: svn path=/head/; revision=233271
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index cd49214171e7..c5784d75bc0f 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -222,7 +222,6 @@ device random # Entropy device
device ether # Ethernet support
device vlan # 802.1Q VLAN support
device tun # Packet tunnel.
-device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)