diff options
author | nik <nik@FreeBSD.org> | 2001-02-21 19:45:47 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2001-02-21 19:45:47 +0000 |
commit | 0d4e57b3fd43a9a8c2357aae50f1b325d15171f6 (patch) | |
tree | dde84f9dfa72c7686c20e250fdbbe9b91646d013 /etc/remote | |
parent | 1c4673383b1b071eba933faddcbd6a27f2b2137e (diff) | |
download | FreeBSD-src-0d4e57b3fd43a9a8c2357aae50f1b325d15171f6.zip FreeBSD-src-0d4e57b3fd43a9a8c2357aae50f1b325d15171f6.tar.gz |
Add com1-4 as finger friendly shortcuts for /dev/cuaa0-3. Specify a default
baud rate of 9600.
Reviewed by: arch
Diffstat (limited to 'etc/remote')
-rw-r--r-- | etc/remote | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -50,3 +50,9 @@ dial1200|1200 Baud Hayes attributes:\ # Hardwired line cuaa0b|cua0b:dv=/dev/cuaa0:br#2400:pa=none: cuaa0c|cua0c:dv=/dev/cuaa0:br#9600:pa=none: + +# Finger friendly shortcuts +com1:dv=/dev/cuaa0:br#9600:pa=none: +com2:dv=/dev/cuaa1:br#9600:pa=none: +com3:dv=/dev/cuaa2:br#9600:pa=none: +com4:dv=/dev/cuaa3:br#9600:pa=none: |