summaryrefslogtreecommitdiff
path: root/xpp/init_card_2_30
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-09-09 13:13:47 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2008-09-09 13:13:47 +0000
commit1deed9a16316c72eadc3ad6678d27227ec587d7b (patch)
tree3370f7a3250e4121662a42c151267656f77024e0 /xpp/init_card_2_30
parent5f6f898bcefba5ef325bbefccea2c455cfefb05d (diff)
xpp-zaptel: Bugfix: Display data_high in /proc/xpp/*/chipregs:
* This byte wasn't shown even if do_datah bit was set. * Also converged all terminology to "sub-register" and not "indirect" * Changed accordingly '[WR]I' to [WR]S' in code. * Still allow usage of '[WR]I' but with deprecation NOTICE() * Convert init_card_* scripts * Adapt show_regs and write_regs script accordingly. * Leave FXS internal macros with ...INDIRECT... because that's the terminology of the SLIC. * You should use both the newer driver and init script. Specifically: newer init script will fail to work with older BRI and FXS xpp driver loaded. From xpp rev. 6117. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@4520 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/init_card_2_30')
-rwxr-xr-xxpp/init_card_2_308
1 files changed, 4 insertions, 4 deletions
diff --git a/xpp/init_card_2_30 b/xpp/init_card_2_30
index e2d5faa..4a27047 100755
--- a/xpp/init_card_2_30
+++ b/xpp/init_card_2_30
@@ -29,12 +29,12 @@ use strict;
# accept settings for ALL SLICS).
# 2. Command word:
# - RD Read Direct register.
-# - RI Read Indirect register.
+# - RS Read Sub-register.
# - WD Write Direct register.
-# - WI Write Indirect register.
+# - WS Write Sub-register.
# 3. Register number in hexadecimal.
-# 4. Low data byte in hexadecimal. (for WD and WI commands).
-# 5. High data byte in hexadecimal. (for WI command only).
+# 4. Low data byte in hexadecimal. (for WD and WS commands).
+# 5. High data byte in hexadecimal. (for WS command only).
#
#