linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libata Kconfig: Update the various experimentality levels
@ 2007-03-02 15:05 Alan Cox
  2007-03-02 15:32 ` Alistair John Strachan
  2007-03-03  0:13 ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Alan Cox @ 2007-03-02 15:05 UTC (permalink / raw)
  To: jgarzik, akpm, linux-ide, linux-kernel

Signed-off-by: Alan Cox <alan@redhat.com>

diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.21-rc2/drivers/ata/Kconfig linux-2.6.21-rc2/drivers/ata/Kconfig
--- linux.vanilla-2.6.21-rc2/drivers/ata/Kconfig	2007-03-01 13:36:03.000000000 +0000
+++ linux-2.6.21-rc2/drivers/ata/Kconfig	2007-03-02 13:30:50.535164824 +0000
@@ -184,7 +184,7 @@
 	  If unsure, say N.
 
 config PATA_AMD
-	tristate "AMD/NVidia PATA support (Experimental)"
+	tristate "AMD/NVidia PATA support"
 	depends on PCI
 	help
 	  This option enables support for the AMD and NVidia PATA
@@ -273,7 +283,7 @@
 	  If unsure, say N.
 
 config PATA_HPT366
-	tristate "HPT 366/368 PATA support (Very Experimental)"
+	tristate "HPT 366/368 PATA support (Experimental)"
 	depends on PCI && EXPERIMENTAL
 	help
 	  This option enables support for the HPT 366 and 368
@@ -282,7 +292,7 @@
 	  If unsure, say N.
 
 config PATA_HPT37X
-	tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)"
+	tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
 	depends on PCI && EXPERIMENTAL
 	help
 	  This option enables support for the majority of the later HPT
@@ -309,7 +319,7 @@
 	  If unsure, say N.
 
 config PATA_ISAPNP
-	tristate "ISA Plug and Play PATA support (Very Experimental)"
+	tristate "ISA Plug and Play PATA support (Experimental)"
 	depends on EXPERIMENTAL && ISAPNP
 	help
 	  This option enables support for ISA plug & play ATA
@@ -318,8 +328,8 @@
 	  If unsure, say N.
 
 config PATA_IT821X
-	tristate "IT8211/2 PATA support (Experimental)"
-	depends on PCI && EXPERIMENTAL
+	tristate "IT8211/2 PATA support"
+	depends on PCI
 	help
 	  This option enables support for the ITE 8211 and 8212
 	  PATA controllers via the new ATA layer, including RAID
@@ -390,10 +400,10 @@
 	  If unsure, say N.
 
 config PATA_OLDPIIX
-	tristate "Intel PATA old PIIX support (Experimental)"
+	tristate "Intel PATA support for the original PIIX"
 	depends on PCI && EXPERIMENTAL
 	help
-	  This option enables support for old(?) PIIX PATA support.
+	  This option enables support for early Intel PIIX PATA support.
 
 	  If unsure, say N.
 
@@ -444,7 +454,7 @@
 	  If unsure, say N.
 
 config PATA_PDC_OLD
-	tristate "Older Promise PATA controller support (Very Experimental)"
+	tristate "Older Promise PATA controller support (Experimental)"
 	depends on PCI && EXPERIMENTAL
 	help
 	  This option enables support for the Promise 20246, 20262, 20263,
@@ -477,7 +487,7 @@
 	  If unsure, say N.
 
 config PATA_SC1200
-	tristate "SC1200 PATA support (Raving Lunatic)"
+	tristate "SC1200 PATA support (Very Experimental)"
 	depends on PCI && EXPERIMENTAL
 	help
 	  This option enables support for the NatSemi/AMD SC1200 SoC
@@ -486,8 +496,8 @@
 	  If unsure, say N.
 
 config PATA_SERVERWORKS
-	tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)"
-	depends on PCI && EXPERIMENTAL
+	tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
+	depends on PCI
 	help
 	  This option enables support for the Serverworks OSB4/CSB5/CSB6 and
 	  HT1000 PATA controllers, via the new ATA layer.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libata Kconfig: Update the various experimentality levels
  2007-03-02 15:05 [PATCH] libata Kconfig: Update the various experimentality levels Alan Cox
@ 2007-03-02 15:32 ` Alistair John Strachan
  2007-03-02 19:24   ` Alan Cox
  2007-03-03  0:13 ` Jeff Garzik
  1 sibling, 1 reply; 4+ messages in thread
From: Alistair John Strachan @ 2007-03-02 15:32 UTC (permalink / raw)
  To: Alan Cox; +Cc: jgarzik, akpm, linux-ide, linux-kernel

On Friday 02 March 2007 15:05, you wrote:
> Signed-off-by: Alan Cox <alan@redhat.com>
[snip]
>  config PATA_OLDPIIX
> -	tristate "Intel PATA old PIIX support (Experimental)"
> +	tristate "Intel PATA support for the original PIIX"
>  	depends on PCI && EXPERIMENTAL
>  	help
> -	  This option enables support for old(?) PIIX PATA support.
> +	  This option enables support for early Intel PIIX PATA support.

Probably nothing, but is it intentional to remove the "(Experimental)" text 
here, but not the dependency on EXPERIMENTAL?

-- 
Cheers,
Alistair.

Final year Computer Science undergraduate.
1F2 55 South Clerk Street, Edinburgh, UK.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libata Kconfig: Update the various experimentality levels
  2007-03-02 15:32 ` Alistair John Strachan
@ 2007-03-02 19:24   ` Alan Cox
  0 siblings, 0 replies; 4+ messages in thread
From: Alan Cox @ 2007-03-02 19:24 UTC (permalink / raw)
  To: Alistair John Strachan; +Cc: jgarzik, akpm, linux-ide, linux-kernel

On Fri, 2 Mar 2007 15:32:01 +0000
Alistair John Strachan <s0348365@sms.ed.ac.uk> wrote:

> On Friday 02 March 2007 15:05, you wrote:
> > Signed-off-by: Alan Cox <alan@redhat.com>
> [snip]
> >  config PATA_OLDPIIX
> > -	tristate "Intel PATA old PIIX support (Experimental)"
> > +	tristate "Intel PATA support for the original PIIX"
> >  	depends on PCI && EXPERIMENTAL
> >  	help
> > -	  This option enables support for old(?) PIIX PATA support.
> > +	  This option enables support for early Intel PIIX PATA support.
> 
> Probably nothing, but is it intentional to remove the "(Experimental)" text 
> here, but not the dependency on EXPERIMENTAL?

Nope - I'll send a follow up patch to correct that later.

Thanks for checking the patches over

Alan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] libata Kconfig: Update the various experimentality levels
  2007-03-02 15:05 [PATCH] libata Kconfig: Update the various experimentality levels Alan Cox
  2007-03-02 15:32 ` Alistair John Strachan
@ 2007-03-03  0:13 ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-03-03  0:13 UTC (permalink / raw)
  To: Alan Cox; +Cc: akpm, linux-ide, linux-kernel

Alan Cox wrote:
> Signed-off-by: Alan Cox <alan@redhat.com>
> 
> diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.21-rc2/drivers/ata/Kconfig linux-2.6.21-rc2/drivers/ata/Kconfig
> --- linux.vanilla-2.6.21-rc2/drivers/ata/Kconfig	2007-03-01 13:36:03.000000000 +0000
> +++ linux-2.6.21-rc2/drivers/ata/Kconfig	2007-03-02 13:30:50.535164824 +0000
> @@ -184,7 +184,7 @@
>  	  If unsure, say N.
>  
>  config PATA_AMD
> -	tristate "AMD/NVidia PATA support (Experimental)"
> +	tristate "AMD/NVidia PATA support"
>  	depends on PCI
>  	help
>  	  This option enables support for the AMD and NVidia PATA
> @@ -273,7 +283,7 @@
>  	  If unsure, say N.
>  
>  config PATA_HPT366
> -	tristate "HPT 366/368 PATA support (Very Experimental)"
> +	tristate "HPT 366/368 PATA support (Experimental)"
>  	depends on PCI && EXPERIMENTAL

ACK the changes you've presented, but please do resend combined with a 
patch that updates the CONFIG_EXPERIMENTAL dependencies at the same time



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-03-03  0:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-02 15:05 [PATCH] libata Kconfig: Update the various experimentality levels Alan Cox
2007-03-02 15:32 ` Alistair John Strachan
2007-03-02 19:24   ` Alan Cox
2007-03-03  0:13 ` Jeff Garzik

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).