diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-FE36E7DE-7C2C-415B-BB2F-22D9E2BE49A6.dita
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Adaptation/GUID-FE36E7DE-7C2C-415B-BB2F-22D9E2BE49A6.dita Fri Oct 15 14:32:18 2010 +0100
@@ -0,0 +1,41 @@
+
+
+
+
+
+ There are two places where you may want to consider using a registry
+to hold information for DMA. Chipset configuration Channel configuration
+and information.
+
On initialization of the chipset you can store +and retrieve settings in the HCR.
In the
When a client opens a channel,
+it specifies a cookie parameter in the
One way +that the implementation can communicate this information to the client +is by using the Central Repository to hold a table of cookie values +and matching channel identification. An alternative approach may be +to use a Central Repository entry to specify the number of channels +available and then the client knows the highest channel number it +can request.
Again this is entirely implementation specific. +In the implementation mentioned above, the repository is not used.