diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index 771c4a14ae93..49d759af91a5 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -102,7 +102,10 @@
 #include <i386/isa/icu.h>
 
 /* PCCARD suport */
+/* XXX FIXME! doesn't work with new pccard code, must be converted! */
+#ifdef notdef
 #include "card.h"
+#endif
 #if NCARD > 0
 #include <sys/kernel.h>
 #include <sys/select.h>
diff --git a/sys/i386/isa/if_fe.c b/sys/i386/isa/if_fe.c
index 771c4a14ae93..49d759af91a5 100644
--- a/sys/i386/isa/if_fe.c
+++ b/sys/i386/isa/if_fe.c
@@ -102,7 +102,10 @@
 #include <i386/isa/icu.h>
 
 /* PCCARD suport */
+/* XXX FIXME! doesn't work with new pccard code, must be converted! */
+#ifdef notdef
 #include "card.h"
+#endif
 #if NCARD > 0
 #include <sys/kernel.h>
 #include <sys/select.h>