summaryrefslogtreecommitdiff
path: root/xpp/init_card_3_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_3_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_3_30')
-rwxr-xr-xxpp/init_card_3_308
1 files changed, 4 insertions, 4 deletions
diff --git a/xpp/init_card_3_30 b/xpp/init_card_3_30
index 3a605e3..cbcd550 100755
--- a/xpp/init_card_3_30
+++ b/xpp/init_card_3_30
@@ -43,12 +43,12 @@ use strict;
# 1. CHIP select in decimal (ignored, taken from 3 LSB's of subunit number)
# 2. Command word:
# - RD Read Direct register.
-# - RI Read Indirect register.
+# - RS Read Sub-register.
# - WD Write Direct register.
-# - RI Write Indirect register.
+# - WS Write Sub-register.
# 3. Register number in hexadecimal.
-# 4. Subregister number in hexadecimal. (for RI and WI commands).
-# 5. Data byte in hexadecimal. (for WD and WI commands only).
+# 4. Subregister number in hexadecimal. (for RS and WS commands).
+# 5. Data byte in hexadecimal. (for WD and WS commands only).
#
package main;