Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Oct 2000 19:01:38 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        "Dennis C. Prather" <dennis@productivity.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Kernal
Message-ID:  <20001009190138.D252@parish>
In-Reply-To: <20001009185232.B252@parish>; from marko@freebsd.org on Mon, Oct 09, 2000 at 06:52:32PM %2B0100
References:  <Pine.BSF.4.21.0010091802170.25721-100000@nic-i.leissner.se> <Pine.BSF.4.21.0010091802170.25721-100000@nic-i.leissner.se> <20001009133347.A5282@sevicron.com> <4.2.0.58.20001009123647.01628f48@64.40.92.36> <20001009185232.B252@parish>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 09, 2000 at 06:52:32PM +0100, Mark Ovens wrote:
> On Mon, Oct 09, 2000 at 12:44:41PM -0500, Dennis C. Prather wrote:
> > I have been trying to compile my a new kernal and when I get to "make 
> > depend" I get this message.
> > ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory

Oops, missed the xe error (the answer I gave was correct for the miibus
error). That, I think, is caused by this line being commented out or
missing:

# PCCARD (PCMCIA) support
device		card

You may also need one or both of these (I'm not 100% sure as I don't have
PC CARDS):

device		pcic0	at isa? irq 0 port 0x3e0 iomem 0xd0000
device		pcic1	at isa? irq 0 port 0x3e2 iomem 0xd4000 disable


-- 
		4.4 - The number of the Beastie
________________________________________________________________
51.44°N  FreeBSD - The Power To Serve http://www.freebsd.org
2.057°W  My Webpage http://ukug.uk.freebsd.org/~mark
mailto:marko@freebsd.org                http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001009190138.D252>