summaryrefslogtreecommitdiff
path: root/tor2-hw.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-12-11 21:12:45 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2001-12-11 21:12:45 +0000
commit9e4d29ff9c697b831782229bc26a53ee6ef9a7d5 (patch)
treee7a9bf2d42d5e295ace32f3aace478fffc169a8d /tor2-hw.h
parentf1b2be7e6d4d46aa03578ca2e2d772e839ea1f6c (diff)
Version 0.1.4 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@41 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'tor2-hw.h')
-rwxr-xr-xtor2-hw.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tor2-hw.h b/tor2-hw.h
index 2b6a7b2..5d80bb0 100755
--- a/tor2-hw.h
+++ b/tor2-hw.h
@@ -78,6 +78,8 @@
* bit 0 - Interrupt Enable
* bit 1 - Drives "TEST1" signal ("Interrupt" outbit)
* bit 2 - Dallas Interrupt Enable (Allows DINT signal to drive INT)
+ * bit 3 - External Syncronization Enable (MASTER signal).
+ * bit 4 - Select E1 Divisor Mode (0 for T1, 1 for E1).
* bit 5 - Remote serial loopback (When set to 1, TSER is driven from RSER)
* bit 6 - Local serial loopback (When set to 1, Rx buffers are driven from Tx buffers)
* bit 7 - Interrupt Acknowledge (set to 1 to acknowledge interrupt)
@@ -121,7 +123,7 @@ static struct tor2_pci_id {
{
{ PCI_VENDOR_ID_PLX, 0x9030, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)"PLX 9030" }, /* PLX 9030 Development board */
{ PCI_VENDOR_ID_PLX, 0x3001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)"PLX Development Board" }, /* PLX 9030 Development board */
- { PCI_VENDOR_ID_PLX, 0xD00D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)"Tormenta 2 Quad T1/PRI" }, /* Tormenta 2 */
+ { PCI_VENDOR_ID_PLX, 0xD00D, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long)"Tormenta 2 Quad T1/PRI or E1/PRA" }, /* Tormenta 2 */
{ 0, }
};