Date: Sat, 17 Feb 2001 20:35:08 +0200 From: Neil Blakey-Milner <nbm@mithrandr.moria.org> To: Julian Sassenscheidt <jsassenscheidt@gmx.de> Cc: freebsd-questions@FreeBSD.org Subject: Re: FreeBSD 4.2 trouble Message-ID: <20010217203508.A61311@rapier.smartspace.co.za> In-Reply-To: <24207.982429767@www35.gmx.net>; from jsassenscheidt@gmx.de on Sat, Feb 17, 2001 at 06:09:27PM %2B0100 References: <24207.982429767@www35.gmx.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat 2001-02-17 (18:09), Julian Sassenscheidt wrote: > Hello, > > I'm running FreeBSD 4.2 on a Pentium II/350 and I have some problems with > the compiling > of the Kernel. When doing a "make depend" I get the following error message: > > "[...] > clock.c ../../isa/fd.c ../../i386/isa/intr_machdep.c > ../../i386/isa/ipl_funcs.c ../../i386/isa/isa.c ../../i386/isa/isa_compat.c > ../../i386/isa/isa_dma.c ../../i386/isa/npx.c ../../i386/isa/pcibus.c ../../isa/atkbd_isa.c > ../../isa/atkbdc_isa.c ../../isa/ppc.c ../../isa/psm.c ../../isa/sio.c > ../../isa/syscons_isa.c ../../isa/vga_isa.c ../../kern/subr_diskmbr.c > ../../libkern/divdi3.c ../../libkern/moddi3.c ../../libkern/qdivrem.c > ../../libkern/udivdi3.c ../../libkern/umoddi3.c ioconf.c param.c vnode_if.c config.c > ../../i386/i386/genassym.c > ../../dev/xe/if_xe.c:138: card_if.h: No such file or directory > mkdep: compile failed > *** Error code 1 > Stop in /usr/src/sys/compile/AMNESIA. > " > > I don't know too much about the FreeBSD-Kernel and I have no idea about the > sense of the > card_if.h file. > Can You help me? > # PCCARD (PCMCIA) support > > #device card > #device pcic0 at isa? irq 0 port 0x3e0 iomem 0xd0000 > #device pcic1 at isa? irq 0 port 0x3e2 iomem 0xd4000 disable You've disabled PCCard services. > # WaveLAN/IEEE 802.11 wireless NICs. Note: the WaveLAN/IEEE really > # exists only as a PCMCIA device, so there is no ISA attatement needed > # and resources will always be dynamically assigned by the pccard code. > #device wi > # Aironet 4500/4800 802.11 wireless NICs. Note: the declaration below will > # work for PCMCIA and PCI cards, as well as ISA cards set to ISA PnP > # mode (the factory default). If you set the switches on your ISA > # card for a manually chosen I/O address and IRQ, you must specify > # those paremeters here. > #device an > # Xircom Ethernet > device xe But using a device that uses PCCard services. Uncomment the Card stuff, and you should be fine. Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org 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?20010217203508.A61311>