RE: libata-dev queue updated
From: Tomita, Haruo <hidden>
Date: 2005-08-26 08:43:19
Also in:
lkml
From: Tomita, Haruo <hidden>
Date: 2005-08-26 08:43:19
Also in:
lkml
Hi Bunk, Thank you for your replay.
With SCSI=m and SCSI_SATA=y this allows the static enabling
of the SATA drivers with unwanted effects, e.g.:
- SCSI=m, SCSI_SATA=y, SCSI_ATA_ADMA=y
-> SCSI_ATA_ADMA is built statically but scsi/built-in.o is
not linked
into the kernel
- SCSI=m, SCSI_SATA=y, SCSI_ATA_ADMA=y, SCSI_SATA_AHCI=m
-> SCSI_ATA_ADMA and libata are built statically but
scsi/built-in.o is not linked into the kernel,
SCSI_SATA_AHCI is built modular (unresolved symbols due
to missing
libata)I agree. Thanks again, Haruo