summaryrefslogtreecommitdiffstats
path: root/sys/mips
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/mips
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/mips')
-rw-r--r--sys/mips/conf/OCTEON11
-rw-r--r--sys/mips/conf/RT305X1
-rw-r--r--sys/mips/conf/XLR1
-rw-r--r--sys/mips/conf/XLR641
-rw-r--r--sys/mips/conf/XLRN321
-rw-r--r--sys/mips/conf/std.XLP1
6 files changed, 0 insertions, 6 deletions
diff --git a/sys/mips/conf/OCTEON1 b/sys/mips/conf/OCTEON1
index 1425bc3..0e7493d 100644
--- a/sys/mips/conf/OCTEON1
+++ b/sys/mips/conf/OCTEON1
@@ -250,7 +250,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)
diff --git a/sys/mips/conf/RT305X b/sys/mips/conf/RT305X
index 1e1ed38..b2803c2 100644
--- a/sys/mips/conf/RT305X
+++ b/sys/mips/conf/RT305X
@@ -95,7 +95,6 @@ device loop
# RT3050F, RT3052F have only pseudo PHYs, so mii not required
device rt
-device pty # Pseudo-ttys (telnet etc)
device ether
device bpf # Berkeley packet filter
device vlan
diff --git a/sys/mips/conf/XLR b/sys/mips/conf/XLR
index a13235f..98fd11a 100644
--- a/sys/mips/conf/XLR
+++ b/sys/mips/conf/XLR
@@ -112,7 +112,6 @@ device uart
device loop
device random
device md
-device pty
device bpf
# Network
diff --git a/sys/mips/conf/XLR64 b/sys/mips/conf/XLR64
index 6616245..6480c59 100644
--- a/sys/mips/conf/XLR64
+++ b/sys/mips/conf/XLR64
@@ -86,7 +86,6 @@ device uart
device loop
device random
device md
-device pty
device bpf
# Network
diff --git a/sys/mips/conf/XLRN32 b/sys/mips/conf/XLRN32
index 6b733cd..605893e 100644
--- a/sys/mips/conf/XLRN32
+++ b/sys/mips/conf/XLRN32
@@ -87,7 +87,6 @@ device uart
device loop
device random
device md
-device pty
device bpf
# Network
diff --git a/sys/mips/conf/std.XLP b/sys/mips/conf/std.XLP
index d1619e3..a086e94 100644
--- a/sys/mips/conf/std.XLP
+++ b/sys/mips/conf/std.XLP
@@ -59,7 +59,6 @@ options GEOM_UZIP
device loop
device random
device md
-device pty
device bpf
# Network
OpenPOWER on IntegriCloud