public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [patch] turn off CONFIG_FD on ia64?
@ 2003-08-06  6:06 David Mosberger
  2003-08-06  6:19 ` Martin Pool
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: David Mosberger @ 2003-08-06  6:06 UTC (permalink / raw)
  To: linux-ia64

>>>>> On Wed, 6 Aug 2003 16:00:28 +1000, Martin Pool <mbp@samba.org> said:

  Martin> As of linux-2.6.0-test2-ia64-030729, there seems to be no
  Martin> asm-ia64/floppy.h, and so the fd driver won't work.

  Martin> Might this patch to make sure it does not accidentally get
  Martin> configured on be accepted?

Perhaps the check should be against ISA instead?  Or are there non-ISA
systems with such a floppy controller?  In any case, the final
decision of course rests with the maintainer of block/Kconfig
(probably best to bring it up on lkml).

	--david

  Martin> --- linux-2.6.0test2-ia64/drivers/block/Kconfig.~1~	2003-07-29 12:07:02.000000000 +1000
  Martin> +++ linux-2.6.0test2-ia64/drivers/block/Kconfig	2003-08-06 15:55:16.000000000 +1000
  Martin> @@ -6,7 +6,7 @@ menu "Block devices"
 
  Martin> config BLK_DEV_FD
  Martin> tristate "Normal floppy disk support"
  Martin> -	depends on !X86_PC9800
  Martin> +	depends on !X86_PC9800 && !IA64
  Martin> ---help---
  Martin> If you want to use the floppy disk drive(s) of your PC under Linux,
  Martin> say Y. Information about this driver, especially important for IBM


  Martin> -- 
  Martin> Martin 
  Martin> -
  Martin> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
  Martin> the body of a message to majordomo@vger.kernel.org
  Martin> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 13+ messages in thread
* [patch] turn off CONFIG_FD on ia64?
@ 2003-08-06  6:00 Martin Pool
  0 siblings, 0 replies; 13+ messages in thread
From: Martin Pool @ 2003-08-06  6:00 UTC (permalink / raw)
  To: linux-ia64

As of linux-2.6.0-test2-ia64-030729, there seems to be no
asm-ia64/floppy.h, and so the fd driver won't work.  

Might this patch to make sure it does not accidentally get configured
on be accepted?  

--- linux-2.6.0test2-ia64/drivers/block/Kconfig.~1~	2003-07-29 12:07:02.000000000 +1000
+++ linux-2.6.0test2-ia64/drivers/block/Kconfig	2003-08-06 15:55:16.000000000 +1000
@@ -6,7 +6,7 @@ menu "Block devices"
 
 config BLK_DEV_FD
 	tristate "Normal floppy disk support"
-	depends on !X86_PC9800
+	depends on !X86_PC9800 && !IA64
 	---help---
 	  If you want to use the floppy disk drive(s) of your PC under Linux,
 	  say Y. Information about this driver, especially important for IBM


-- 
Martin 

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

end of thread, other threads:[~2003-08-26  0:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06  6:06 [patch] turn off CONFIG_FD on ia64? David Mosberger
2003-08-06  6:19 ` Martin Pool
2003-08-06  6:33 ` David Mosberger
2003-08-06 19:35 ` Matt Domsch
2003-08-25  9:03 ` Jes Sorensen
2003-08-25  9:21 ` Christoph Hellwig
2003-08-25  9:30 ` Jes Sorensen
2003-08-25 17:05 ` Grant Grundler
2003-08-25 17:27 ` Randy.Dunlap
2003-08-25 18:21 ` Matthew Wilcox
2003-08-25 23:13 ` Grant Grundler
2003-08-26  0:28 ` Martin Pool
  -- strict thread matches above, loose matches on Subject: below --
2003-08-06  6:00 Martin Pool

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