From owner-cvs-all Tue Mar 6 16:10:11 2001 Delivered-To: cvs-all@freebsd.org Received: from jbloom.jbloom.org (reyim.ne.mediaone.net [24.218.251.241]) by hub.freebsd.org (Postfix) with ESMTP id AD19937B735; Tue, 6 Mar 2001 16:09:55 -0800 (PST) (envelope-from bloom@acm.org) Received: from acm.org (localhost [127.0.0.1]) by jbloom.jbloom.org (8.11.2/8.11.2) with ESMTP id f2709nX17960; Tue, 6 Mar 2001 19:09:52 -0500 (EST) (envelope-from bloom@acm.org) Message-ID: <3AA57C49.98DC7288@acm.org> Date: Tue, 06 Mar 2001 19:09:45 -0500 From: Jim Bloom Reply-To: bloom@acm.org X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 5.0-CURRENT i386) X-Accept-Language: en MIME-Version: 1.0 To: =?iso-8859-1?Q?S=F8ren?= Schmidt Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf files References: <200103062142.f26LgOr25127@freefall.freebsd.org> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I get the following errors trying to link a kernel after this commit My kernel does not have a pci bus, so I don't have pci as a device in the kernel configuration. Jim Bloom bloom@acm.org ata-all.o: In function `ata_service': ata-all.o(.text+0xf02): undefined reference to `ata_dmastatus' ata-all.o: In function `ata_change_mode': ata-all.o(.text+0x1839): undefined reference to `ata_dmainit' ata-disk.o: In function `ad_attach': ata-disk.o(.text+0x2a7): undefined reference to `ata_dmainit' ata-disk.o: In function `ad_start': ata-disk.o(.text+0x9cc): undefined reference to `ata_dmaalloc' ata-disk.o: In function `ad_transfer': ata-disk.o(.text+0xba8): undefined reference to `ata_dmasetup' ata-disk.o(.text+0xcd0): undefined reference to `ata_dmastart' ata-disk.o: In function `ad_interrupt': ata-disk.o(.text+0xed3): undefined reference to `ata_dmadone' ata-disk.o(.text+0xfe9): undefined reference to `ata_dmainit' ata-disk.o(.text+0x1052): undefined reference to `ata_dmainit' ata-disk.o: In function `ad_service': ata-disk.o(.text+0x14cc): undefined reference to `ata_dmastart' ata-disk.o: In function `ad_timeout': ata-disk.o(.text+0x1641): undefined reference to `ata_dmadone' ata-disk.o(.text+0x167a): undefined reference to `ata_dmainit' ata-disk.o: In function `ad_reinit': ata-disk.o(.text+0x17be): undefined reference to `ata_dmainit' ata-disk.o(.text+0x17e9): undefined reference to `ata_dmainit' "Søren Schmidt" wrote: > > sos 2001/03/06 13:42:24 PST > > Modified files: > sys/conf files > Log: > Split out the ata probes in seperate files for each bus type. > > Revision Changes Path > 1.494 +6 -2 src/sys/conf/files > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe cvs-all" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message