From 619ab2327e380438e75ad0910f2849aa0ab4d504 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 21 Mar 2012 08:38:42 +0000 Subject: 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. --- sys/sparc64/conf/GENERIC | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/sparc64/conf') diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 12d4c15..1601ad7 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -218,7 +218,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) -- cgit v1.1