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.
This commit is contained in:
Ed Schouten 2012-03-21 08:38:42 +00:00
parent 586fbee643
commit 92396a3174
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233271
38 changed files with 0 additions and 39 deletions

View File

@ -285,7 +285,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)

View File

@ -103,7 +103,6 @@ device mii # NB: required by npe
device ether
device bpf
device pty
device loop
device if_bridge

View File

@ -72,7 +72,6 @@ device loop
device random
device ether
device vlan
device pty
device uart
device ate
device mii

View File

@ -106,7 +106,6 @@ device mii # NB: required by npe
device ether
device bpf
device pty
device loop
device if_bridge

View File

@ -98,7 +98,6 @@ device mii # Minimal mii routines
device ether
device bpf
device pty
device loop
device md

View File

@ -85,7 +85,6 @@ device "7seg"
# SCSI Controllers
device pty
#options AHC_REG_PRETTY_PRINT # Print register bitfields in debug
# output. Adds ~128k to driver.
#options AHD_REG_PRETTY_PRINT # Print register bitfields in debug

View File

@ -53,7 +53,6 @@ device pci
# Pseudo devices
device loop
device md
device pty
device random
# Serial ports

View File

@ -53,7 +53,6 @@ device pci
# Pseudo devices
device md
device loop
device pty
device random
# Serial ports

View File

@ -53,7 +53,6 @@ device pci
# Pseudo devices
device loop
device md
device pty
device random
# Serial ports

View File

@ -46,7 +46,6 @@ options KDB
# Pseudo devices
device md
device random
device pty
device loop
# Serial ports

View File

@ -83,7 +83,6 @@ device pass # Passthrough device (direct ATA/SCSI access)
# SCSI Controllers
device pty
device iopwdog # I80321 Watchdog
device dma # I80321 DMA Controller

View File

@ -76,8 +76,6 @@ device smcphy
device uart
device uart_ns8250
device pty
# Debugging for use in -current
options KDB
options DDB #Enable the kernel debugger

View File

@ -65,7 +65,6 @@ options RWLOCK_NOINLINE
options NO_FFS_SNAPSHOT
options NO_SWAPPING
device random
device pty
device loop
device ether
device uart

View File

@ -67,7 +67,6 @@ options RWLOCK_NOINLINE
options NO_FFS_SNAPSHOT
options NO_SWAPPING
device random
device pty
device loop
device ether
device uart

View File

@ -82,7 +82,6 @@ device pass # Passthrough device (direct ATA/SCSI access)
# SCSI Controllers
device pty
device iopwdog # I80321 Watchdog
device dma # I80321 DMA Controller
device aau # I80321 Application Accelerator Unit

View File

@ -66,7 +66,6 @@ options SX_NOINLINE
options NO_FFS_SNAPSHOT
options NO_SWAPPING
device random
device pty
device loop
device ether
device uart

View File

@ -63,7 +63,6 @@ options SX_NOINLINE
options NO_FFS_SNAPSHOT
options NO_SWAPPING
device random
device pty
device loop
device ether

View File

@ -101,7 +101,6 @@ device rlphy # NSLU2 uses Realtek PHY attached to npe
device ether
device bpf
device pty
device loop
device md

View File

@ -77,7 +77,6 @@ options NO_SWAPPING
#options DIAGNOSTIC
device random
device pty
device loop
device bpf
device ether

View File

@ -76,7 +76,6 @@ options NO_SWAPPING
#options DIAGNOSTIC
device random
device pty
device loop
device bpf
device ether

View File

@ -44,7 +44,6 @@ options KDB
# Pseudo devices
device random
device pty
device loop
# Serial ports

View File

@ -47,7 +47,6 @@ device pci
# Pseudo devices
device md
device loop
device pty
device random
# Serial ports

View File

@ -298,7 +298,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)

View File

@ -65,7 +65,6 @@ device loop # Network loopback
device random # Entropy device
device ether # Ethernet 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)

View File

@ -78,7 +78,6 @@ device loop # Network loopback
device random # Entropy device
device ether # Ethernet support
device tun # Packet tunnel.
device pty # Pseudo-ttys (telnet etc)
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)

View File

@ -201,7 +201,6 @@ device faith # IPv6-to-IPv4 relaying (translation)
device gif # IPv6 and IPv4 tunneling
device loop # Network loopback
device md # Memory "disks"
device pty # BSD-style compatibility pseudo ttys
device puc # Multi I/O cards and multi-channel UARTs
device random # Entropy device
device tun # Packet tunnel.

View File

@ -53,7 +53,6 @@ device pci # PCI bus support
device ether # Ethernet support
device loop # Network loopback
device md # Memory "disks"
device pty # BSD-style compatibility pseudo ttys
device random # Entropy device
device tun # Packet tunnel.

View File

@ -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)

View File

@ -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

View File

@ -112,7 +112,6 @@ device uart
device loop
device random
device md
device pty
device bpf
# Network

View File

@ -86,7 +86,6 @@ device uart
device loop
device random
device md
device pty
device bpf
# Network

View File

@ -87,7 +87,6 @@ device uart
device loop
device random
device md
device pty
device bpf
# Network

View File

@ -59,7 +59,6 @@ options GEOM_UZIP
device loop
device random
device md
device pty
device bpf
# Network

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -74,7 +74,6 @@ device md
device miibus
device pass
device pci
device pty
device quicc
device random
#device rl

View File

@ -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)