summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-11-04 18:05:32 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-11-04 18:05:32 +0000
commit36d7b32df5111b93155d9adeac73036d25bec5f9 (patch)
treef205c0d4bf26164208b10a67f03bdfd4ace2fa06 /wcfxo.c
parent6410f938629eb7e218d4f3044c95176df6bec1f3 (diff)
Version 0.3.3 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@128 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/wcfxo.c b/wcfxo.c
index e00f4eb..d047023 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -154,12 +154,12 @@ struct wcfxo_desc {
};
-#if 0
-static struct wcfxo_desc wcfxo = { "Wildcard Prototype", 0};
-#endif
static struct wcfxo_desc wcx100p = { "Wildcard X100P",
FLAG_INVERTSER | FLAG_USE_XTAL | FLAG_DOUBLE_CLOCK };
+static struct wcfxo_desc wcx101p = { "Wildcard X101P",
+ FLAG_USE_XTAL | FLAG_DOUBLE_CLOCK };
+
static struct wcfxo *ifaces[WC_MAX_IFACES];
static void wcfxo_release(struct wcfxo *wc);
@@ -835,9 +835,7 @@ static void __devexit wcfxo_remove_one(struct pci_dev *pdev)
}
static struct pci_device_id wcfxo_pci_tbl[] __devinitdata = {
-#if 0
- { 0xe159, 0x0001, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcfxo },
-#endif
+ { 0xe159, 0x0001, 0x8085, PCI_ANY_ID, 0, 0, (unsigned long) &wcx101p },
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100p },
};