1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00

cua*0? --> cua*a?

This commit is contained in:
Andrey A. Chernov 1994-12-04 23:54:39 +00:00
parent 6a3a94427d
commit fc306b1c16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4982
2 changed files with 18 additions and 18 deletions

View File

@ -16,8 +16,8 @@ default() {
comcontrol /dev/ttyd$i dtrwait 300
stty </dev/ttyid$i -clocal crtscts hupcl 9600 reprint ^R
stty </dev/ttyld$i -clocal -crtscts -hupcl 0
stty </dev/cuai0$i -clocal crtscts hupcl 9600 reprint ^R
stty </dev/cual0$i -clocal -crtscts -hupcl 0
stty </dev/cuaia$i -clocal crtscts hupcl 9600 reprint ^R
stty </dev/cuala$i -clocal -crtscts -hupcl 0
done
}
@ -27,13 +27,13 @@ maybe() {
do
# Don't use ^R; it breaks bash's ^R when typed ahead.
stty </dev/ttyid$i reprint undef
stty </dev/cuai0$i reprint undef
stty </dev/cuaia$i reprint undef
# Lock clocal off on dialin device for security.
stty </dev/ttyld$i clocal
# Lock the speeds to use old binaries that don't support them.
# Any legal speed works to lock the initial speed.
stty </dev/ttyld$i 300
stty </dev/cual0$i 300
stty </dev/cuala$i 300
done
}
@ -46,8 +46,8 @@ modem() {
# Speed reasonable for V42bis.
stty </dev/ttyid$i crtscts 57600
stty </dev/ttyld$i crtscts
stty </dev/cuai0$i crtscts 57600
stty </dev/cual0$i crtscts
stty </dev/cuaia$i crtscts 57600
stty </dev/cuala$i crtscts
done
}
@ -59,8 +59,8 @@ mouse() {
# Standard speed for Microsoft mouse.
stty </dev/ttyid$i clocal -hupcl 1200
stty </dev/ttyld$i clocal hupcl
stty </dev/cuai0$i clocal -hupcl 1200
stty </dev/cual0$i clocal hupcl
stty </dev/cuaia$i clocal -hupcl 1200
stty </dev/cuala$i clocal hupcl
done
}
@ -76,7 +76,7 @@ terminal() {
do
comcontrol /dev/ttyd$i dtrwait 0
stty </dev/ttyid$i 115200
stty </dev/cuai0$i 115200
stty </dev/cuaia$i 115200
done
}

View File

@ -16,8 +16,8 @@ default() {
comcontrol /dev/ttyd$i dtrwait 300
stty </dev/ttyid$i -clocal crtscts hupcl 9600 reprint ^R
stty </dev/ttyld$i -clocal -crtscts -hupcl 0
stty </dev/cuai0$i -clocal crtscts hupcl 9600 reprint ^R
stty </dev/cual0$i -clocal -crtscts -hupcl 0
stty </dev/cuaia$i -clocal crtscts hupcl 9600 reprint ^R
stty </dev/cuala$i -clocal -crtscts -hupcl 0
done
}
@ -27,13 +27,13 @@ maybe() {
do
# Don't use ^R; it breaks bash's ^R when typed ahead.
stty </dev/ttyid$i reprint undef
stty </dev/cuai0$i reprint undef
stty </dev/cuaia$i reprint undef
# Lock clocal off on dialin device for security.
stty </dev/ttyld$i clocal
# Lock the speeds to use old binaries that don't support them.
# Any legal speed works to lock the initial speed.
stty </dev/ttyld$i 300
stty </dev/cual0$i 300
stty </dev/cuala$i 300
done
}
@ -46,8 +46,8 @@ modem() {
# Speed reasonable for V42bis.
stty </dev/ttyid$i crtscts 57600
stty </dev/ttyld$i crtscts
stty </dev/cuai0$i crtscts 57600
stty </dev/cual0$i crtscts
stty </dev/cuaia$i crtscts 57600
stty </dev/cuala$i crtscts
done
}
@ -59,8 +59,8 @@ mouse() {
# Standard speed for Microsoft mouse.
stty </dev/ttyid$i clocal -hupcl 1200
stty </dev/ttyld$i clocal hupcl
stty </dev/cuai0$i clocal -hupcl 1200
stty </dev/cual0$i clocal hupcl
stty </dev/cuaia$i clocal -hupcl 1200
stty </dev/cuala$i clocal hupcl
done
}
@ -76,7 +76,7 @@ terminal() {
do
comcontrol /dev/ttyd$i dtrwait 0
stty </dev/ttyid$i 115200
stty </dev/cuai0$i 115200
stty </dev/cuaia$i 115200
done
}