summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile4
-rw-r--r--etc/modems33
2 files changed, 35 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile
index c0d5f43..5140a32 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -1,5 +1,5 @@
# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
-# $Id: Makefile,v 1.111 1995/03/24 00:17:37 jkh Exp $
+# $Id: Makefile,v 1.112 1995/03/30 06:26:07 rgrimes Exp $
# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
# -rw-r--r--
@@ -7,7 +7,7 @@ BINOWN= root
BINGRP= wheel
BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
- inetd.conf login.access motd netstart \
+ inetd.conf login.access motd modems netstart \
networks phones printcap profile protocols \
rc rc.local rc.serial etc.${MACHINE}/rc.${MACHINE} \
remote security services sysconfig shells \
diff --git a/etc/modems b/etc/modems
new file mode 100644
index 0000000..f8b605d
--- /dev/null
+++ b/etc/modems
@@ -0,0 +1,33 @@
+#
+# @(#)modems 3/24/95
+#
+# modems -- modem configuration data base file
+# see tip(1), modems(5)
+#
+# dial_command AT command to dial up remote
+# echo_off_command AT command to turn off command echo
+# escape_guard_time Shroud escape sequence with specified delay (ms)
+# escape_sequence Return to command escape sequence
+# hangup_command AT command to hangup modem
+# hw_flow_control Enable RTS/CTS flow control between DTE/DCE
+# intercharacter_delay Delay between characters sent to modem when issuing
+# commands
+# intercommand_delay Minimum delay between commands to modem
+# init_string AT command to initialize modem before dialing out
+# lock_baud Use fixed DTE / DCE bit rate
+# reset_delay Delay required by modem for reset
+#
+
+sportster|st|US Robotics Sportster 14.4K:dial_command=ATDT%s\r:hangup_command=ATH\r:\
+ :echo_off_command=ATE0\r:reset_command=AT&F1\r:\
+ :init_string=AT&B1&H1&R2&C1&D2\r:\
+ :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\
+ :intercommand_delay#250:escape_guard_time#500:reset_delay#2000:
+
+mt932|multitech|mt|Multitech 932:dial_command=ATDT%s\r:hangup_command=ATH\r:\
+ :echo_off_command=ATE0\r:reset_command=ATZ\r:\
+ :init_string=AT$BA0$SB38400&E1&E4&E13&E15Q0V1X4E0S0=0\r:\
+ :escape_sequence=+++:hw_flow_control:lock_baud:intercharacter_delay#50:\
+ :intercommand_delay#250:escape_guard_time#500:reset_delay#2000:
+
+generic|Generic AT command modem (use defaults):
OpenPOWER on IntegriCloud