summaryrefslogtreecommitdiff
path: root/xhfc/TODO
diff options
context:
space:
mode:
authorNoe Rubinstein <nrubinstein@proformatique.com>2010-08-16 15:39:07 +0200
committerNoe Rubinstein <nrubinstein@proformatique.com>2010-08-16 15:39:07 +0200
commita91059199e9e48737ba18b56f0dd7f304c866d23 (patch)
treef9134da3586d470ea22f6fbe829af2e481e40476 /xhfc/TODO
parent454253ac71b010f205e0ab0a4fbe8c53b1a75186 (diff)
cosmetic changes (rm comments)
Diffstat (limited to 'xhfc/TODO')
-rw-r--r--xhfc/TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/xhfc/TODO b/xhfc/TODO
index 4e48397..e8ced5c 100644
--- a/xhfc/TODO
+++ b/xhfc/TODO
@@ -6,8 +6,7 @@
- keep better track of where everything is allocated and initialized
- is the deinit correct? prolly not!
- harmonize traces
-- verify the alarm code. the alarm should be initialized to DAHDI_ALARM_RED
- when initializing the ST interfaces.
+- The alarm should be initialized to DAHDI_ALARM_RED. Redo S/T init/reset code.
- the B chan and PCM stuff is not implemented at all
- shouldn't part of what is done in the interrupt handler be done later in a
tasklet?
@@ -16,3 +15,6 @@
this driver takes the third chan (which index is therefore 2) of the span as
the D chan. Verify that there is no part of the current code that contradicts
this, and that DAHDI itself doesn't make such assumptions.
+- the module relies on the fact that it can't be interrupted by himself to
+ ensure that there is no sync problem. However, there may be problems in the
+ user part. Add a (or several) mutex for access to the hardware.