Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Mar 2001 19:09:45 -0500
From:      Jim Bloom <bloom@acm.org>
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/conf files
Message-ID:  <3AA57C49.98DC7288@acm.org>
References:  <200103062142.f26LgOr25127@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AA57C49.98DC7288>