summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2012-03-21 08:38:42 +0000
committered <ed@FreeBSD.org>2012-03-21 08:38:42 +0000
commit619ab2327e380438e75ad0910f2849aa0ab4d504 (patch)
treedbf94bdfd2e622ff5f7c7a8c7f9faae61cc3bfd5 /sys/powerpc/conf
parent77afb41a4e2f8e398cca6791a95a7a8f21cb57e7 (diff)
downloadFreeBSD-src-619ab2327e380438e75ad0910f2849aa0ab4d504.zip
FreeBSD-src-619ab2327e380438e75ad0910f2849aa0ab4d504.tar.gz
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.
Diffstat (limited to 'sys/powerpc/conf')
-rw-r--r--sys/powerpc/conf/GENERIC1
-rw-r--r--sys/powerpc/conf/GENERIC641
-rw-r--r--sys/powerpc/conf/MPC85XX1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index 21ca0c9..4cce5ff 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -141,7 +141,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 ofwd # Open Firmware disks
device gif # IPv6 and IPv4 tunneling
diff --git a/sys/powerpc/conf/GENERIC64 b/sys/powerpc/conf/GENERIC64
index d8a6654..f9df7fd 100644
--- a/sys/powerpc/conf/GENERIC64
+++ b/sys/powerpc/conf/GENERIC64
@@ -138,7 +138,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 ofwd # Open Firmware disks
device gif # IPv6 and IPv4 tunneling
diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX
index 9964a34..e7774b2 100644
--- a/sys/powerpc/conf/MPC85XX
+++ b/sys/powerpc/conf/MPC85XX
@@ -74,7 +74,6 @@ device md
device miibus
device pass
device pci
-device pty
device quicc
device random
#device rl
OpenPOWER on IntegriCloud