mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
With uart(4) default, change /dev/cuad# to /dev/cuau# so that
out-of-the-box FreeBSD is consistent.
This commit is contained in:
parent
1cc2bd820b
commit
abc45eb8f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180617
@ -13,9 +13,9 @@ default:
|
|||||||
ident user-ppp VERSION (built COMPILATIONDATE)
|
ident user-ppp VERSION (built COMPILATIONDATE)
|
||||||
|
|
||||||
# Ensure that "device" references the correct serial port
|
# Ensure that "device" references the correct serial port
|
||||||
# for your modem. (cuad0 = COM1, cuad1 = COM2)
|
# for your modem. (cuau0 = COM1, cuau1 = COM2)
|
||||||
#
|
#
|
||||||
set device /dev/cuad1
|
set device /dev/cuau1
|
||||||
|
|
||||||
set speed 115200
|
set speed 115200
|
||||||
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
|
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
|
||||||
|
Loading…
Reference in New Issue
Block a user