Date: Wed, 7 Mar 2001 15:29:08 +0100 From: Andrea Campi <andrea@webcom.it> To: =?iso-8859-1?Q?S=F8ren_Schmidt?= <sos@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/ata ata-card.c ata-isa.c ata-pci.c ata-all.c ata-all.h ata-dma.c Message-ID: <20010307152907.A7119@webcom.it> In-Reply-To: <200103062143.f26Lhlr26780@freefall.freebsd.org>; from sos@FreeBSD.org on Tue, Mar 06, 2001 at 01:43:47PM -0800 References: <200103062143.f26Lhlr26780@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> > Modified files: > sys/dev/ata ata-all.c ata-all.h ata-dma.c > Added files: > sys/dev/ata ata-card.c ata-isa.c ata-pci.c > Log: > Split out the ata probes in seperate files for each bus type. > This commit breaks kernel: linking kernel ata-dma.o: In function `ata_dmainit': ata-dma.o(.text+0x14e8): undefined reference to `ata_find_dev' ata-dma.o(.text+0x1738): undefined reference to `ata_find_dev' ata-dma.o(.text+0x174f): undefined reference to `ata_find_dev' ata-dma.o(.text+0x18e4): undefined reference to `ata_find_dev' ata-dma.o(.text+0x18fb): undefined reference to `ata_find_dev' -- The computer revolution is over. The computers won. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010307152907.A7119>