# "@(#)L-devices	5.1	6/10/86"
#
#	Example L-devices file
#
# The format of the L-devices file is:
#
#	type   line  call-device  speed  protocol
#
#  type:	DIR or ACU
#  line:	device file for the line (e.g., tty1)
#  call-device: unsupported (use the keyword unused)
#  speed:	line speed
#  protocol:	modem type (hayes, hayesq, vadic, ventel, direct)
#
# The following is an example of hardwired lines
#
DIR tty3 unused 1200 direct
DIR tty4 unused 9600 direct
#
# The following is an example of dial up lines
#
ACU tty1 unused 1200 ventel
ACU tty1 unused 300 ventel
ACU tty2 unused V1200 vadic
ACU tty0 unused 1200 hayes
