<div class="gmail_quote">2009/10/22 ÕÅZhang <span dir="ltr">&lt;<a href="mailto:zlqhope@hotmail.com">zlqhope@hotmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">




<div>
Recently I use two boards of digium, but I dont know how to recgonize which card is the first and second? I set the two cards ident wheel as 0 and 1, but in the zttool shows the first card is the ident wheel =1? Why!? <br>

I read the dirve of the cards, and found in the t4 struct <br>
struct t4 {<br>&nbsp;/* This structure exists one per card */<br>&nbsp;struct pci_dev *dev;&nbsp;&nbsp;/* Pointer to PCI device */<br>&nbsp;unsigned int intcount;<br><font color="#e36c09"><b><i><u>&nbsp;int num</u></i></b></font>;&nbsp;&nbsp;&nbsp;<font color="#ff0000"><b>/* Which card we are */</b><br>
&nbsp;</font>int t1e1;&nbsp;&nbsp;&nbsp;/* T1/E1 select pins */<br>&nbsp;int globalconfig;&nbsp;/* Whether global setup has been done */<br>&nbsp;int syncsrc;&nbsp;&nbsp;&nbsp;/* active sync source */<br>&nbsp;struct t4_span *tspans[4];&nbsp;/* Individual spans */<br>&nbsp;int numspans;&nbsp;&nbsp;&nbsp;/* Number of spans on the card */<br>
&nbsp;int blinktimer;<br>#ifdef FANCY_ALARM<br>&nbsp;int alarmpos;<br>#endif<br>&nbsp;int irq;&nbsp;&nbsp;&nbsp;/* IRQ used by device */<br>&nbsp;<b><i><u><font color="#e36c09">int order</font></u></i></b>;&nbsp;&nbsp;<b><font color="#ff0000">&nbsp;/* Order */</font></b><br>

....<br>
}<br>
What is the difference between num and order?<br>
<br>Can anybody tell me? Thanks very much!!<br><br></div></blockquote><div><br>Firstly, the usage of the ident wheel is an asterisk-users question.&nbsp; There was no need to go digging around in the code for the answer to how the ident wheel works, but for your edification, &quot;num&quot; is the value assigned that shows the order in which the cards were recognized and &quot;order&quot; is the value of the ident wheel. The card with the lowest ident wheel value will always show up first in dahdi_tool or zttool and the card with the lowest ident value will always contain the first span for that driver.<br>
</div></div>