mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 02:57:40 -04:00
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
$NetBSD: patch-machine_sun4_SUN4-75,v 1.1 2013/11/02 22:43:29 christos Exp $
|
|
|
|
Make it use auto-allocated ptys
|
|
|
|
--- machine/sun4/SUN4-75 2010-06-05 15:26:31.000000000 -0400
|
|
+++ machine/sun4/SUN4-75 2013-11-02 18:29:49.000000000 -0400
|
|
@@ -46,14 +46,14 @@
|
|
|
|
## ttya:
|
|
##
|
|
-# comment the first line, and uncomment the following line if you
|
|
-# aren't using the GTK-based display console. this will connect ttya
|
|
-# to the master side of a pseudo-tty (in this case, /dev/ttyr0), which
|
|
-# you can connect to using tip or some other serial communications
|
|
-# program on the slave side (in this case, /dev/ptyr0):
|
|
+# uncomment the following line if you aren't using the GTK-based
|
|
+# display console above. this will connect ttya to the master side of
|
|
+# a pseudo-tty, which you can connect to using tip or some other serial
|
|
+# communications program on the slave (in this case, a pty allocated
|
|
+# automatically):
|
|
#
|
|
sink1 at zs0 channel A: tme/serial/sink
|
|
-#console0 at zs0 channel A: tme/host/posix/serial device /dev/ttyr0 break-carats
|
|
+#console0 at zs0 channel A: tme/host/posix/serial device pty
|
|
|
|
## the SBus esp SCSI:
|
|
##
|