Date: Fri, 30 May 1997 11:09:42 +0300 (IDT) From: Nadav Eiron <nadav@barcode.co.il> To: New User <stefan.veith@mail.online-club.de> Cc: "questions@freebsd.org" <questions@FreeBSD.ORG> Subject: Re: Compiling Kernel Message-ID: <Pine.BSF.3.91.970530110714.22891A-100000@gatekeeper.barcode.co.il> In-Reply-To: <199705300757.JAA05908@rpops002.rp-online.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 30 May 1997, New User wrote: > -- [ From: New User * EMC.Ver #2.5.02 ] -- > > > Whenever I try to compile my kernel (typing "make depend" and then "make") I > get an error message concerning the PCI-Bus. My problem: I have got an > 486DX/40 and only VL-slots! The examples for "my" own kernel were the > GENERIC kernel and the referring pages in the handbook. That is why I ask > YOU since I do not know where my mistake could be. You've removed the PCI bus declaration from your kernel config file but have left in drivers for PCI devices (namely, de0, vx0 and fxp0). The system is complaining that you're trying to configure PCI devices without a PCI bus. Remove all PCI devices from the kernel config and you should be fine. There are many other things you can remove (EISA support to name one), if you want a smaller kernel still. [kernel config snipped] Nadav
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.970530110714.22891A-100000>