Link failure in ata driver

2002-12-06 Thread Kris Kennaway
Kernels with the following configuration do not link: # ATA and ATAPI devices device ata device atapicd # ATAPI CDROM drives linking kernel.debug ata-all.o: In function `ata_boot_attach': ata-all.o(.text+0x1590): undefined reference to `ata_raid_attach'

Re: Link failure in ata driver

2002-12-06 Thread Soeren Schmidt
It seems Kris Kennaway wrote: ata-all.o: In function `ata_boot_attach': ata-all.o(.text+0x1590): undefined reference to `ata_raid_attach' ata-all.o(.text+0x1594): undefined reference to `ata_raid_attach' Yes, I've seen it there is two other issues I'd like to fix also, I'll ask re@ for

Re: Link failure in ata driver

2002-12-06 Thread GuRU
Out of da blue Kris Kennaway aka ([EMAIL PROTECTED]) said: Kernels with the following configuration do not link: # ATA and ATAPI devices device ata device atapicd # ATAPI CDROM drives linking kernel.debug ata-all.o: In function `ata_boot_attach':