diff options
author | eadler <eadler@FreeBSD.org> | 2012-12-08 22:16:36 +0000 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-12-08 22:16:36 +0000 |
commit | 98601953890f2c4381eda07f2914bfc1f8b114ec (patch) | |
tree | f4eb059d7bece22fe786b8ea954ad4670def8331 /release/picobsd | |
parent | 119dc9f0d3490c6f10810a57a13e1ffed7ed2b87 (diff) | |
download | FreeBSD-src-98601953890f2c4381eda07f2914bfc1f8b114ec.zip FreeBSD-src-98601953890f2c4381eda07f2914bfc1f8b114ec.tar.gz |
A number of places in the source tree still reference cuad.* after
sio(4) was deprecated by uart(4).
s/cuad/cuau/g/
PR: docs/171533
Reviewed by: imp
Approved by: cperciva (implicit)
MFC after: 3 weeks
Diffstat (limited to 'release/picobsd')
-rw-r--r-- | release/picobsd/floppy.tree/etc/ppp/ppp.conf | 2 | ||||
-rw-r--r-- | release/picobsd/mfs_tree/etc/remote | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/release/picobsd/floppy.tree/etc/ppp/ppp.conf b/release/picobsd/floppy.tree/etc/ppp/ppp.conf index 30981ef..e9ddabf 100644 --- a/release/picobsd/floppy.tree/etc/ppp/ppp.conf +++ b/release/picobsd/floppy.tree/etc/ppp/ppp.conf @@ -2,7 +2,7 @@ # PPP Sample Configuration File # Written by Toshiharu OHNO default: - set device /dev/cuad1 + set device /dev/cuau1 set speed 38400 disable lqr deny lqr diff --git a/release/picobsd/mfs_tree/etc/remote b/release/picobsd/mfs_tree/etc/remote index f881f6b..523a4c2 100644 --- a/release/picobsd/mfs_tree/etc/remote +++ b/release/picobsd/mfs_tree/etc/remote @@ -41,10 +41,10 @@ dos1200|1200 Baud dial-out to a DOS system:\ # Rackmount: U U D U D U D D U D # dial2400|2400 Baud Hayes attributes:\ - :dv=/dev/cuad0:br#2400:cu=/dev/cuad0:at=hayes:du: + :dv=/dev/cuau0:br#2400:cu=/dev/cuau0:at=hayes:du: dial1200|1200 Baud Hayes attributes:\ - :dv=/dev/cuad0:br#1200:cu=/dev/cuad0:at=hayes:du: + :dv=/dev/cuau0:br#1200:cu=/dev/cuau0:at=hayes:du: # Hardwired line -cuad0b|cua0b:dv=/dev/cuad0:br#2400 -cuad0c|cua0c:dv=/dev/cuad0:br#9600 +cuau0b|cua0b:dv=/dev/cuau0:br#2400 +cuau0c|cua0c:dv=/dev/cuau0:br#9600 |