From f97f068bcac2976926e394030595de4a1cc99186 Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 19 Jul 2008 20:00:18 +0000 Subject: With uart(4) default, change /dev/cuad# to /dev/cuau# so that out-of-the-box FreeBSD is consistent. --- etc/ppp/ppp.conf | 4 ++-- 1 file 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 \ -- cgit v1.1