From owner-freebsd-current Mon Dec 2 22:26:38 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4202437B401 for ; Mon, 2 Dec 2002 22:26:37 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0435D43EB2 for ; Mon, 2 Dec 2002 22:26:37 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id 23ECB2A8A9; Mon, 2 Dec 2002 22:26:33 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Joe Loughry Cc: freebsd-current@FreeBSD.ORG Subject: Re: ata-dma.c missing from Makefile In-Reply-To: <200212022335.gB2NZdix088587@twister.applied-math.org> Date: Mon, 02 Dec 2002 22:26:33 -0800 From: Peter Wemm Message-Id: <20021203062633.23ECB2A8A9@canning.wemm.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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