From owner-cvs-all Mon Oct 25 10: 4:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BBD91502F; Mon, 25 Oct 1999 10:04:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA72707; Mon, 25 Oct 1999 10:04:18 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199910251704.KAA72707@freefall.freebsd.org> From: Bill Paul Date: Mon, 25 Oct 1999 10:04:18 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_fe.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/10/25 10:04:18 PDT Modified files: sys/i386/isa if_fe.c Log: 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. Revision Changes Path 1.58 +4 -1 src/sys/i386/isa/if_fe.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message