Date: Sun, 13 Aug 1995 07:09:53 -0700 From: "Jordan K. Hubbard" <jkh@time.cdrom.com> To: Kim Culhan <kimc@w8hd.org> Cc: freebsd-current@freebsd.org Subject: Re: Can't rebuild without pci controller Message-ID: <6090.808322993@time.cdrom.com> In-Reply-To: Your message of "Sun, 13 Aug 1995 10:07:56 EDT." <Pine.BSF.3.91.950813100636.2992A-100000@moonpie.w8hd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> On Sun, 13 Aug 1995, Jordan K. Hubbard wrote: > > > > > > > At this point if I remove the controller pci0 statement, the kernel build > > > fails with many instances of: > > > > > > ../../pci/if_de.c:1849: dereferencing pointer to incomplete type > > > > de? That's a PCI ethernet card, and if you have a reference to it > > in your kernel then *of course* you're going to get these errors! :) > > I should have been more clear here.. I don't have a pci machine, but > if I try to build a kernel without pci defined as above it blows up :) I don't think you understand. Do you have ANY reference to a de0 device in your kernel config file? If so, you should have removed it when you removed the pci0 line - it is a PCI device! If you don't have a de0 device, then the REAL problem is that if_de.c is being compiled for your machine for absolutely no reason. Jordan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6090.808322993>