Re: Linux 2.4.19-rc1-ac6

Rudmer van Dijk (rvandijk@science.uva.nl)
Tue, 16 Jul 2002 18:08:20 +0200


On Tuesday 16 July 2002 15:45, Alan Cox wrote:
> [+ indicates stuff that went to Marcelo, o stuff that has not,
>  * indicates stuff that is merged in mainstream now, X stuff that proved
>    bad and was dropped out]
>
> Linux 2..419rc1-ac6
> o       Update merge using bits from newer summit diff  (James Cleverdon)
> o       Fix problems with non SMP but io-apic build     (me)
> o       Socket error path memory leak fix               (Robert Love)
> o       Fix sd_varyio masks for higher drives           (Kurt Garloff)
> o       Fix tmpfs double kunmap                         (Hugh Dickins)
> o       VIA rhine cleanup/fixes                         (Roger Luethi)
> o       Fix typos in ncr/seagate scsi                   (James Mayer)
> o       MPT fusion update                               (Pam Delaney)
> o       Trident audio code cleanups and lock fixes      (Muli Ben-Yehuda)
> o       Fix irq balancing for summit boxes with Ingo's  (James Cleverdon)
>         PIV balancer

did the folowing:
make mrproper
put .config back
make oldconfig

and then I got these questions:
default tagged command queue depth (CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS) [8]
(NEW)
maximum number of queued commands (CONFIG_SCSI_NCR53C8XX_MAX_TAGS) [32]
(NEW)
synchronous transfers frequency in MHz (CONFIG_SCSI_NCR53C8XX_SYNC) [20]
(NEW)
enable profiling (CONFIG_SCSI_NCR53C8XX_PROFILE) [N/y/?] (NEW)
use normal IO (CONFIG_SCSI_NCR53C8XX_IOMAPPED) [N/y/?] (NEW)
assume boards are SYMBIOS compatible (EXPERIMENTAL)
(CONFIG_SCSI_NCR53C8XX_SYMBIOS_COMPAT) [N/y/?] (NEW)

this is strange because CONFIG_SCSI_NCR53C8XX and CONFIG_SCSI_SYM53C8XX are
not set and CONFIG_SCSI_ZALON does not exist in my .config
so this condition in drivers/scsi/Config.in (line 156) should not be true:
if [ "$CONFIG_SCSI_NCR53C8XX" != "n" -o "$CONFIG_SCSI_ZALON" != "n" -o
"$CONFIG_SCSI_SYM53C8XX" != "n" ]; then

when I add CONFIG_SCSI_ZALON to my .config (after CONFIG_SCSI_SYM53C8XX) then
these questions are not asked.
CONFIG_SCSI_ZALON is missing from my .config because it depends on CONFIG_GSC
and CONFIG_SCSI and I can't find where CONFIG_GSC is set...

a possible solution would be to check whether $CONFIG_SCSI_ZALON = y or n

Rudmer
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/