public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] EDD isn't EXPERIMENTAL anymore
@ 2006-05-20  2:52 Chris Wedgwood
  2006-05-20  3:53 ` Matt Domsch
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Wedgwood @ 2006-05-20  2:52 UTC (permalink / raw)
  To: LKML; +Cc: Matt Domsch

Lots of people use this.  Apparently RH has for over 18 months so lets
drop EXPERIMENTAL.


Signed-off-by: Chris Wedgwood <cw@f00f.org>

diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
index 1e371a5..4ea7044 100644
--- a/drivers/firmware/Kconfig
+++ b/drivers/firmware/Kconfig
@@ -7,7 +7,6 @@ menu "Firmware Drivers"
 
 config EDD
 	tristate "BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
 	depends on !IA64
 	help
 	  Say Y or M here if you want to enable BIOS Enhanced Disk Drive

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

* Re: [PATCH] EDD isn't EXPERIMENTAL anymore
  2006-05-20  2:52 [PATCH] EDD isn't EXPERIMENTAL anymore Chris Wedgwood
@ 2006-05-20  3:53 ` Matt Domsch
  2006-05-20  4:06   ` [PATCH (take #2)] " Chris Wedgwood
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Domsch @ 2006-05-20  3:53 UTC (permalink / raw)
  To: Chris Wedgwood; +Cc: LKML

[-- Attachment #1: Type: text/plain, Size: 906 bytes --]

On Fri, May 19, 2006 at 07:52:55PM -0700, Chris Wedgwood wrote:
> Lots of people use this.  Apparently RH has for over 18 months so lets
> drop EXPERIMENTAL.
> 
> 
> Signed-off-by: Chris Wedgwood <cw@f00f.org>
> 
> diff --git a/drivers/firmware/Kconfig b/drivers/firmware/Kconfig
> index 1e371a5..4ea7044 100644
> --- a/drivers/firmware/Kconfig
> +++ b/drivers/firmware/Kconfig
> @@ -7,7 +7,6 @@ menu "Firmware Drivers"
>  
>  config EDD
>  	tristate "BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL)"
> -	depends on EXPERIMENTAL
>  	depends on !IA64
>  	help
>  	  Say Y or M here if you want to enable BIOS Enhanced Disk Drive

almost-ack.  The tristate line needs (EXPERIMENTAL) removed please.

Thanks,
Matt

--
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* [PATCH (take #2)] EDD isn't EXPERIMENTAL anymore
  2006-05-20  3:53 ` Matt Domsch
@ 2006-05-20  4:06   ` Chris Wedgwood
  2006-05-20 20:34     ` Matt Domsch
  0 siblings, 1 reply; 4+ messages in thread
From: Chris Wedgwood @ 2006-05-20  4:06 UTC (permalink / raw)
  To: Matt Domsch; +Cc: LKML

Oops.

Resend with Kconfig comment change too.  It also occured to me that
!IA64 is a lousy check, EDD is really i386 and x86_64 only, it's
clearly not useful for ppc, alpha, etc.

Would anyone object to a chance for that too?

---

Lots of people use this.  Apparently RH has for over 18 months so lets
drop EXPERIMENTAL.


Signed-off-by: Chris Wedgwood <cw@f00f.org>

Index: linux-2.6/drivers/firmware/Kconfig
===================================================================
--- linux-2.6.orig/drivers/firmware/Kconfig	2006-05-19 19:54:23.152351261 -0700
+++ linux-2.6/drivers/firmware/Kconfig	2006-05-19 21:03:56.515687951 -0700
@@ -6,8 +6,7 @@
 menu "Firmware Drivers"
 
 config EDD
-	tristate "BIOS Enhanced Disk Drive calls determine boot disk (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	tristate "BIOS Enhanced Disk Drive calls determine boot disk"
 	depends on !IA64
 	help
 	  Say Y or M here if you want to enable BIOS Enhanced Disk Drive

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

* Re: [PATCH (take #2)] EDD isn't EXPERIMENTAL anymore
  2006-05-20  4:06   ` [PATCH (take #2)] " Chris Wedgwood
@ 2006-05-20 20:34     ` Matt Domsch
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Domsch @ 2006-05-20 20:34 UTC (permalink / raw)
  To: Chris Wedgwood; +Cc: LKML

On Fri, May 19, 2006 at 09:06:20PM -0700, Chris Wedgwood wrote:
> Oops.
> 
> Resend with Kconfig comment change too.  It also occured to me that
> !IA64 is a lousy check, EDD is really i386 and x86_64 only, it's
> clearly not useful for ppc, alpha, etc.
> 
> Would anyone object to a chance for that too?

No objection here.  I'm only aware of it working on i386 and x86_64.

Thanks,
Matt

-- 
Matt Domsch
Software Architect
Dell Linux Solutions linux.dell.com & www.dell.com/linux
Linux on Dell mailing lists @ http://lists.us.dell.com

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

end of thread, other threads:[~2006-05-20 20:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-20  2:52 [PATCH] EDD isn't EXPERIMENTAL anymore Chris Wedgwood
2006-05-20  3:53 ` Matt Domsch
2006-05-20  4:06   ` [PATCH (take #2)] " Chris Wedgwood
2006-05-20 20:34     ` Matt Domsch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox