summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/pcmcia/probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/pcmcia/probe.c')
-rw-r--r--mdk-stage1/pcmcia/probe.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdk-stage1/pcmcia/probe.c b/mdk-stage1/pcmcia/probe.c
index 6aab709ec..622d898f5 100644
--- a/mdk-stage1/pcmcia/probe.c
+++ b/mdk-stage1/pcmcia/probe.c
@@ -520,10 +520,12 @@ char * pcmcia_probe(void)
{
if (!pci_probe())
return driver;
+#if !defined(__x86_64__)
else if (!i365_probe())
return "pd6729";
else if (!tcic_probe())
return "tcic";
+#endif
else
return NULL;
}