From b7da85ec2631612d2ba0b25d92d542a8c96752c9 Mon Sep 17 00:00:00 2001 From: Bill Paul Date: Mon, 25 Oct 1999 17:04:17 +0000 Subject: [PATCH] Make release is now falling over in if_fe.c due to Warner's pccard changes: if_fe.c uses PCCARD_MODULE() and is part of GENERIC. I've #ifdef'ed out the #include of "card.h" to hopefully disable pccard support in this driver until it can be converted. I'm not positive this will fix make release, but it can't possibly make it any worse than it is now. I hope this stuff settles down soon. --- sys/dev/fe/if_fe.c | 3 +++ sys/i386/isa/if_fe.c | 3 +++ 2 files changed, 6 insertions(+) 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 /* PCCARD suport */ +/* XXX FIXME! doesn't work with new pccard code, must be converted! */ +#ifdef notdef #include "card.h" +#endif #if NCARD > 0 #include #include 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 /* PCCARD suport */ +/* XXX FIXME! doesn't work with new pccard code, must be converted! */ +#ifdef notdef #include "card.h" +#endif #if NCARD > 0 #include #include