PERFORCE change 146847 for review
Ed Schouten
ed at FreeBSD.org
Thu Aug 7 18:26:18 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=146847
Change 146847 by ed at ed_dull on 2008/08/07 18:25:52
There were a couple of reasons why I called the `ptycompat'
driver the way it was, mainly because `pty' was reserved at the
time (still used by the old TTY layer), but also to make it more
explicit to mention that the driver was only there for compat
reasons.
jhb asked me if I could rename the driver back to pty(4). After
some discussion, I agreed, so there we have it: the driver is
now called pty(4) again.
Affected files ...
.. //depot/projects/mpsafetty/share/man/man4/Makefile#3 edit
.. //depot/projects/mpsafetty/share/man/man4/pts.4#5 edit
.. //depot/projects/mpsafetty/share/man/man4/pty.4#3 add
.. //depot/projects/mpsafetty/share/man/man4/ptycompat.4#4 delete
.. //depot/projects/mpsafetty/sys/amd64/conf/GENERIC#6 edit
.. //depot/projects/mpsafetty/sys/arm/conf/AVILA#3 edit
.. //depot/projects/mpsafetty/sys/arm/conf/BWCT#2 edit
.. //depot/projects/mpsafetty/sys/arm/conf/CRB#2 edit
.. //depot/projects/mpsafetty/sys/arm/conf/EP80219#2 edit
.. //depot/projects/mpsafetty/sys/arm/conf/GUMSTIX#2 edit
.. //depot/projects/mpsafetty/sys/arm/conf/HL200#2 edit
.. //depot/projects/mpsafetty/sys/arm/conf/IQ31244#2 edit
.. //depot/projects/mpsafetty/sys/arm/conf/KB920X#3 edit
.. //depot/projects/mpsafetty/sys/conf/NOTES#6 edit
.. //depot/projects/mpsafetty/sys/conf/files#8 edit
.. //depot/projects/mpsafetty/sys/dev/pty/pty.c#1 add
.. //depot/projects/mpsafetty/sys/dev/ptycompat/ptycompat.c#6 delete
.. //depot/projects/mpsafetty/sys/i386/conf/GENERIC#6 edit
.. //depot/projects/mpsafetty/sys/i386/conf/XBOX#2 edit
.. //depot/projects/mpsafetty/sys/ia64/conf/GENERIC#3 edit
.. //depot/projects/mpsafetty/sys/ia64/conf/SKI#2 edit
.. //depot/projects/mpsafetty/sys/modules/Makefile#4 edit
.. //depot/projects/mpsafetty/sys/modules/pty/Makefile#1 add
.. //depot/projects/mpsafetty/sys/modules/ptycompat/Makefile#2 delete
.. //depot/projects/mpsafetty/sys/pc98/conf/GENERIC#4 edit
.. //depot/projects/mpsafetty/sys/powerpc/conf/GENERIC#4 edit
.. //depot/projects/mpsafetty/sys/powerpc/conf/MPC85XX#2 edit
.. //depot/projects/mpsafetty/sys/sparc64/conf/GENERIC#4 edit
.. //depot/projects/mpsafetty/sys/sun4v/conf/GENERIC#4 edit
Differences ...
==== //depot/projects/mpsafetty/share/man/man4/Makefile#3 (text+ko) ====
@@ -278,7 +278,7 @@
pst.4 \
pt.4 \
pts.4 \
- ptycompat.4 \
+ pty.4 \
puc.4 \
ral.4 \
random.4 \
==== //depot/projects/mpsafetty/share/man/man4/pts.4#5 (text+ko) ====
@@ -164,7 +164,7 @@
.Xr grantpt 3 ,
.Xr posix_openpt 2 ,
.Xr ptsname 3 ,
-.Xr ptycompat 4 ,
+.Xr pty 4 ,
.Xr tty 4
.Sh HISTORY
A
==== //depot/projects/mpsafetty/sys/amd64/conf/GENERIC#6 (text+ko) ====
@@ -258,7 +258,7 @@
device ether # Ethernet support
device tun # Packet tunnel.
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
==== //depot/projects/mpsafetty/sys/arm/conf/AVILA#3 (text+ko) ====
@@ -112,7 +112,7 @@
device bpf
device pts
-device ptycompat
+device pty
device loop
device if_bridge
==== //depot/projects/mpsafetty/sys/arm/conf/BWCT#2 (text+ko) ====
@@ -73,7 +73,7 @@
device ether
device vlan
device pts
-device ptycompat
+device pty
device uart
device ate
device mii
==== //depot/projects/mpsafetty/sys/arm/conf/CRB#2 (text+ko) ====
@@ -88,7 +88,7 @@
# SCSI Controllers
device pts
-device ptycompat
+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
==== //depot/projects/mpsafetty/sys/arm/conf/EP80219#2 (text+ko) ====
@@ -87,7 +87,7 @@
# SCSI Controllers
device pts
-device ptycompat
+device pty
device iopwdog # I80321 Watchdog
device dma # I80321 DMA Controller
==== //depot/projects/mpsafetty/sys/arm/conf/GUMSTIX#2 (text+ko) ====
@@ -79,7 +79,7 @@
device uart_ns8250
device pts
-device ptycompat
+device pty
# Debugging for use in -current
options KDB
==== //depot/projects/mpsafetty/sys/arm/conf/HL200#2 (text+ko) ====
@@ -76,7 +76,7 @@
options NO_SWAPPING
device random
device pts
-device ptycompat
+device pty
device loop
device ether
device uart
==== //depot/projects/mpsafetty/sys/arm/conf/IQ31244#2 (text+ko) ====
@@ -85,7 +85,7 @@
# SCSI Controllers
device pts
-device ptycompat
+device pty
device iopwdog # I80321 Watchdog
device dma # I80321 DMA Controller
device aau # I80321 Application Accelerator Unit
==== //depot/projects/mpsafetty/sys/arm/conf/KB920X#3 (text) ====
@@ -64,7 +64,7 @@
options NO_SWAPPING
device random
device pts
-device ptycompat
+device pty
device loop
device ether
device uart
==== //depot/projects/mpsafetty/sys/conf/NOTES#6 (text+ko) ====
@@ -1280,7 +1280,7 @@
# `xterm', among others.
device pts #Pseudo ttys
-device ptycompat #BSD-style compatibility pseudo ttys
+device pty #BSD-style compatibility pseudo ttys
device nmdm #back-to-back tty devices
device md #Memory/malloc disk
device ccd #Concatenated disk driver
==== //depot/projects/mpsafetty/sys/conf/files#8 (text+ko) ====
@@ -1005,7 +1005,7 @@
dev/pst/pst-pci.c optional pst pci
dev/pst/pst-raid.c optional pst
dev/pts/pts.c optional pts
-dev/ptycompat/ptycompat.c optional ptycompat
+dev/pty/pty.c optional pty
dev/puc/puc.c optional puc
dev/puc/puc_cfg.c optional puc
dev/puc/puc_pccard.c optional puc pccard
==== //depot/projects/mpsafetty/sys/i386/conf/GENERIC#6 (text+ko) ====
@@ -273,7 +273,7 @@
device ether # Ethernet support
device tun # Packet tunnel.
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
==== //depot/projects/mpsafetty/sys/i386/conf/XBOX#2 (text+ko) ====
@@ -72,7 +72,7 @@
device ether # Ethernet support
#device tun # Packet tunnel.
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
#device md # Memory "disks"
#device gif # IPv6 and IPv4 tunneling
#device faith # IPv6-to-IPv4 relaying (translation)
==== //depot/projects/mpsafetty/sys/ia64/conf/GENERIC#3 (text+ko) ====
@@ -152,7 +152,7 @@
device loop # Network loopback
device md # Memory "disks"
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+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.
==== //depot/projects/mpsafetty/sys/ia64/conf/SKI#2 (text+ko) ====
@@ -54,7 +54,7 @@
device loop # Network loopback
device md # Memory "disks"
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
device random # Entropy device
device tun # Packet tunnel.
==== //depot/projects/mpsafetty/sys/modules/Makefile#4 (text+ko) ====
@@ -218,7 +218,7 @@
pseudofs \
${_pst} \
pts \
- ptycompat \
+ pty \
puc \
ral \
${_random} \
==== //depot/projects/mpsafetty/sys/pc98/conf/GENERIC#4 (text+ko) ====
@@ -232,7 +232,7 @@
device ether # Ethernet support
device tun # Packet tunnel.
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
==== //depot/projects/mpsafetty/sys/powerpc/conf/GENERIC#4 (text+ko) ====
@@ -118,7 +118,7 @@
device ether # Ethernet support
device tun # Packet tunnel.
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
device ofwd # Open Firmware disks
device gif # IPv6 and IPv4 tunneling
==== //depot/projects/mpsafetty/sys/powerpc/conf/MPC85XX#2 (text+ko) ====
@@ -59,7 +59,7 @@
device miibus
device pci
device pts
-device ptycompat
+device pty
device quicc
device random
#device rl
==== //depot/projects/mpsafetty/sys/sparc64/conf/GENERIC#4 (text+ko) ====
@@ -207,7 +207,7 @@
device ether # Ethernet support
device tun # Packet tunnel.
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
==== //depot/projects/mpsafetty/sys/sun4v/conf/GENERIC#4 (text+ko) ====
@@ -171,7 +171,7 @@
device ether # Ethernet support
device tun # Packet tunnel.
device pts # Pseudo-ttys (telnet etc)
-device ptycompat # BSD-style compatibility pseudo ttys
+device pty # BSD-style compatibility pseudo ttys
device md # Memory "disks"
device gif # IPv6 and IPv4 tunneling
device faith # IPv6-to-IPv4 relaying (translation)
More information about the p4-projects
mailing list