summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-07-25 19:14:19 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2002-07-25 19:14:19 +0000
commitadcf20eb692b6e78838be24ae7c8798b182fd667 (patch)
tree73baa650ffa83824f179ce6ee9a772fb70456c4d /wcfxo.c
parent4df431b0eafadb55bb322f213470ae81dedc69c2 (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@94 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wcfxo.c')
-rwxr-xr-xwcfxo.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/wcfxo.c b/wcfxo.c
index 1b020fd..2d3ee1f 100755
--- a/wcfxo.c
+++ b/wcfxo.c
@@ -142,7 +142,9 @@ 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 };
@@ -800,7 +802,9 @@ 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
{ 0x1057, 0x5608, PCI_ANY_ID, PCI_ANY_ID, 0, 0, (unsigned long) &wcx100p },
};