From: Andrzej Krzysztofowicz <ankry@green.mif.pg.gda.pl>
To: Martin.Knoblauch@TeraPort.de
Cc: linux-kernel@vger.kernel.org (kernel list),
alan@lxorguk.ukuu.org.uk (Alan Cox)
Subject: Re: Linux 2.4.8-ac10
Date: Fri, 24 Aug 2001 19:14:39 +0200 (CEST) [thread overview]
Message-ID: <200108241714.TAA01403@green.mif.pg.gda.pl> (raw)
>
> > Linux 2.4.8-ac10
> >
> > From: Alan Cox (laughing@shared-source.org)
> > o Put config hooks in to make qlogicfc firmware (me)
> > optionally loadable for weird hardware
> > | Needs a suitable firmware file adding ..
>
> shouldn't the question about the FW only be asked if the FC driver is
> actually requested? I have not requested the driver, but get asked (make
> oldconfig) about the FW.
Somebodyd did a typo:
if [ "%CONFIG_SCSI_QLOGIC_FC" != "n" ]; then
^^^
Also indentation of question texts should step by 2, not 3.
BTW, wouldn't it better to use deb_mbool here ?
Patch for all three fixes follows.
Andrzej
*******************************************
--- drivers/scsi/Config.in.old Fri Aug 24 19:03:51 2001
+++ drivers/scsi/Config.in Fri Aug 24 19:08:05 2001
@@ -153,9 +153,7 @@
if [ "$CONFIG_PCI" = "y" ]; then
dep_tristate 'Qlogic ISP SCSI support' CONFIG_SCSI_QLOGIC_ISP $CONFIG_SCSI
dep_tristate 'Qlogic ISP FC SCSI support' CONFIG_SCSI_QLOGIC_FC $CONFIG_SCSI
- if [ "%CONFIG_SCSI_QLOGIC_FC" != "n" ]; then
- bool ' Include loadable firmware in driver' CONFIG_SCSI_QLOGIC_FC_FIRMWARE
- fi
+ dep_mbool ' Include loadable firmware in driver' CONFIG_SCSI_QLOGIC_FC_FIRMWARE $CONFIG_SCSI_QLOGIC_FC
dep_tristate 'Qlogic QLA 1280 SCSI support' CONFIG_SCSI_QLOGIC_1280 $CONFIG_SCSI
fi
if [ "$CONFIG_X86" = "y" ]; then
--
=======================================================================
Andrzej M. Krzysztofowicz ankry@mif.pg.gda.pl
phone (48)(58) 347 14 61
Faculty of Applied Phys. & Math., Technical University of Gdansk
next reply other threads:[~2001-08-24 17:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-24 17:14 Andrzej Krzysztofowicz [this message]
[not found] <200108241748.f7OHmuT04205@devserv.devel.redhat.com>
2001-08-24 20:21 ` Chris Meadors
-- strict thread matches above, loose matches on Subject: below --
2001-08-24 8:30 Martin Knoblauch
2001-08-23 20:54 Alan Cox
2001-08-24 13:28 ` Chris Meadors
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200108241714.TAA01403@green.mif.pg.gda.pl \
--to=ankry@green.mif.pg.gda.pl \
--cc=Martin.Knoblauch@TeraPort.de \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®