summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-07-19 20:00:18 +0000
committermarcel <marcel@FreeBSD.org>2008-07-19 20:00:18 +0000
commitf97f068bcac2976926e394030595de4a1cc99186 (patch)
treedacccc1d7a600713da1f130dbd48077bc75aab13
parentb53b96f01c70c1709c4667d091b1d7ec76b1c61a (diff)
downloadFreeBSD-src-f97f068bcac2976926e394030595de4a1cc99186.zip
FreeBSD-src-f97f068bcac2976926e394030595de4a1cc99186.tar.gz
With uart(4) default, change /dev/cuad# to /dev/cuau# so that
out-of-the-box FreeBSD is consistent.
-rw-r--r--etc/ppp/ppp.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ppp/ppp.conf b/etc/ppp/ppp.conf
index 4ddbda5..2512314 100644
--- a/etc/ppp/ppp.conf
+++ b/etc/ppp/ppp.conf
@@ -13,9 +13,9 @@ default:
ident user-ppp VERSION (built COMPILATIONDATE)
# 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 dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \
OpenPOWER on IntegriCloud