Date: Mon, 02 Dec 2002 22:26:33 -0800 From: Peter Wemm <peter@wemm.org> To: Joe Loughry <loughry@applied-math.org> Cc: freebsd-current@FreeBSD.ORG Subject: Re: ata-dma.c missing from Makefile Message-ID: <20021203062633.23ECB2A8A9@canning.wemm.org> In-Reply-To: <200212022335.gB2NZdix088587@twister.applied-math.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Joe Loughry wrote: > > I can build the GENERIC kernel from -CURRENT all right (cvsupped within > the last few hours), but "make buildkernel" fails for a custom kernel > with the following error messages: > > linking kernel.debug > ata-all.o: In function `ata_detach': > /usr/src/sys/dev/ata/ata-all.c:264: undefined reference to `ata_dmafreetags' ata-dma.c is compiled when ata *and* pci are specified. Are you trying to build a pci-less system? If so, you probably need to add the 'options ATA_NOPCI' entry to your kernel. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021203062633.23ECB2A8A9>