summaryrefslogtreecommitdiff
path: root/zaptel.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'zaptel.conf.sample')
-rw-r--r--zaptel.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/zaptel.conf.sample b/zaptel.conf.sample
index e6cf6c5..6fc4893 100644
--- a/zaptel.conf.sample
+++ b/zaptel.conf.sample
@@ -96,9 +96,13 @@
# "rawhdlc" : The zaptel driver performs HDLC encoding and decoding on the
# bundle, and the resulting data is communicated via the master
# device.
-# "fcshdlc" : The zapdel driver performs HDLC encoding and decoding on the
+# "fcshdlc" : The zaptel (software) driver performs HDLC encoding and decoding on the
# bundle and also performs incoming and outgoing FCS insertion
# and verification. "dchan" is an alias for this.
+# "hardhdlc" : The hardware driver performs HDLC encoding and decoding on the
+# bundle and also performs incoming and outgoing FCS insertion
+# and verification. Is subject to limitations and support of underlying
+# hardware.
# "nethdlc" : The zaptel driver bundles the channels together into an
# hdlc network device, which in turn can be configured with
# sethdlc (available separately).