summaryrefslogtreecommitdiff
path: root/wcfxo.c
diff options
context:
space:
mode:
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 },
};