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 - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
"All of this is for nothing if we don't go to the stars" - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to