From: Adrian Bunk <bunk@stusta.de>
To: Mike Castle <dalgoda@ix.netcom.com>,
linux-kernel@vger.kernel.org,
Marcelo Tosatti <marcelo.tosatti@cyclades.com>,
jgarzik@pobox.com
Cc: linux-ide@vger.kernel.org
Subject: [2.4 patch] let SCSI_SATA_NV depend on EXPERIMENTAL
Date: Wed, 8 Dec 2004 04:02:46 +0100 [thread overview]
Message-ID: <20041208030246.GP5496@stusta.de> (raw)
In-Reply-To: <20041208025248.GN5496@stusta.de>
Jeff,
Mike Castle <dalgoda@ix.netcom.com> noticed that CONFIG_SCSI_SATA_NV in
2.4 is marked as "(EXPERIMENTAL)", but doesn't depend on EXPERIMENTAL.
Since it depends on EXPERIMENTAL in 2.6, I'd sugget the patch below to
add this dependency in 2.4, too.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.4.29-pre1-full/drivers/scsi/Config.in.old 2004-12-08 03:53:07.000000000 +0100
+++ linux-2.4.29-pre1-full/drivers/scsi/Config.in 2004-12-08 03:53:26.000000000 +0100
@@ -72,7 +72,7 @@
dep_tristate ' AHCI SATA support (EXPERIMENTAL)' CONFIG_SCSI_SATA_AHCI $CONFIG_SCSI_SATA $CONFIG_PCI $CONFIG_EXPERIMENTAL
dep_tristate ' ServerWorks Frodo / Apple K2 SATA support (EXPERIMENTAL)' CONFIG_SCSI_SATA_SVW $CONFIG_SCSI_SATA $CONFIG_PCI $CONFIG_EXPERIMENTAL
dep_tristate ' Intel PIIX/ICH SATA support' CONFIG_SCSI_ATA_PIIX $CONFIG_SCSI_SATA $CONFIG_PCI
-dep_tristate ' NVIDIA SATA support (EXPERIMENTAL)' CONFIG_SCSI_SATA_NV $CONFIG_SCSI_SATA $CONFIG_PCI
+dep_tristate ' NVIDIA SATA support (EXPERIMENTAL)' CONFIG_SCSI_SATA_NV $CONFIG_SCSI_SATA $CONFIG_PCI $CONFIG_EXPERIMENTAL
dep_tristate ' Promise SATA TX2/TX4 support (EXPERIMENTAL)' CONFIG_SCSI_SATA_PROMISE $CONFIG_SCSI_SATA $CONFIG_PCI $CONFIG_EXPERIMENTAL
dep_tristate ' Promise SATA SX4 support (EXPERIMENTAL)' CONFIG_SCSI_SATA_SX4 $CONFIG_SCSI_SATA $CONFIG_PCI $CONFIG_EXPERIMENTAL
dep_tristate ' Silicon Image SATA support (EXPERIMENTAL)' CONFIG_SCSI_SATA_SIL $CONFIG_SCSI_SATA $CONFIG_PCI $CONFIG_EXPERIMENTAL
next parent reply other threads:[~2004-12-08 3:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20041205165908.GA25139@thune.sonic.net>
[not found] ` <20041208025248.GN5496@stusta.de>
2004-12-08 3:02 ` Adrian Bunk [this message]
2004-12-08 21:29 ` [2.4 patch] let SCSI_SATA_NV depend on EXPERIMENTAL Marcelo Tosatti
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=20041208030246.GP5496@stusta.de \
--to=bunk@stusta.de \
--cc=dalgoda@ix.netcom.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcelo.tosatti@cyclades.com \
/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;
as well as URLs for NNTP newsgroup(s).