public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Normal Flopply should depend of ISA?
@ 2003-10-06  3:16 Otavio Salvador
  2003-10-06 13:27 ` Richard B. Johnson
  0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2003-10-06  3:16 UTC (permalink / raw)
  To: Linux Kernel Mailing List

Hello folks,

I'm current have problem to use normal floppy disk in 2.6.0-test6-bk7
and looking at last patchset I found one possible cause.

--- a/drivers/block/Kconfig Thu Sep 25 11:33:27 2003
+++ b/drivers/block/Kconfig Thu Oct 2 00:12:22 2003
@@ -6,7 +6,7 @@
config BLK_DEV_FD
tristate "Normal floppy disk support"
- depends on !X86_PC9800 && !ARCH_S390
+ depends on ISA || M68 || SPARC64
---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

Is right normal floppy depends of ISA? I'll include this by the moment
but I doesn't have any ISA hardware in my system.

Thanks in Advance,
Otavio

-- 
        O T A V I O    S A L V A D O R
---------------------------------------------
 E-mail: otavio@debian.org      UIN: 5906116
 GNU/Linux User: 239058     GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
---------------------------------------------

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

* Re: Normal Flopply should depend of ISA?
  2003-10-06  3:16 Normal Flopply should depend of ISA? Otavio Salvador
@ 2003-10-06 13:27 ` Richard B. Johnson
  0 siblings, 0 replies; 2+ messages in thread
From: Richard B. Johnson @ 2003-10-06 13:27 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: Linux Kernel Mailing List

On Mon, 6 Oct 2003, Otavio Salvador wrote:

> Hello folks,
>
> I'm current have problem to use normal floppy disk in 2.6.0-test6-bk7
> and looking at last patchset I found one possible cause.
>
> --- a/drivers/block/Kconfig Thu Sep 25 11:33:27 2003
> +++ b/drivers/block/Kconfig Thu Oct 2 00:12:22 2003
> @@ -6,7 +6,7 @@
> config BLK_DEV_FD
> tristate "Normal floppy disk support"
> - depends on !X86_PC9800 && !ARCH_S390
> + depends on ISA || M68 || SPARC64
> ---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
>
> Is right normal floppy depends of ISA? I'll include this by the moment
> but I doesn't have any ISA hardware in my system.
>
> Thanks in Advance,
> Otavio

Yes. "ISA" has become to mean more than that old 70's era socket
on the motherboard. Basically, it's a catch-all for any I/O that
doesn't use PCI or AGP. It should probably be renamed to GPIO or
OTHER!

Cheers,
Dick Johnson
Penguin : Linux version 2.4.22 on an i686 machine (797.90 BogoMips).
            Note 96.31% of all statistics are fiction.



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

end of thread, other threads:[~2003-10-06 13:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-06  3:16 Normal Flopply should depend of ISA? Otavio Salvador
2003-10-06 13:27 ` Richard B. Johnson

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