Date: Sun, 13 Aug 1995 14:06:40 -0700 (PDT) From: "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> To: kimc@w8hd.org (Kim Culhan) Cc: jkh@time.cdrom.com, freebsd-current@freebsd.org Subject: Re: Can't rebuild without pci controller Message-ID: <199508132106.OAA10869@gndrsh.aac.dev.com> In-Reply-To: <Pine.BSF.3.91.950813100636.2992A-100000@moonpie.w8hd.org> from "Kim Culhan" at Aug 13, 95 10:07:56 am
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 :) Remove the following line from you kernel config file, as you also do not have one of them if you do not have a PCI bus: device de0 -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508132106.OAA10869>