All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Pool <mbp@samba.org>
To: linux-ia64@vger.kernel.org
Subject: Re: [patch] turn off CONFIG_FD on ia64?
Date: Wed, 06 Aug 2003 06:19:19 +0000	[thread overview]
Message-ID: <marc-linux-ia64-106015083900529@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-106015002132453@msgid-missing>

On  5 Aug 2003, David Mosberger <davidm@napali.hpl.hp.com> wrote:
> >>>>> 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).

Other systems (such as Amiga and m68k) have non-ISA floppy drives,
which are reached through an ad-hoc abstraction layer defined by
different implementations of asm/floppy.h:

  ~/work/linux/linux-2.6.0test2-ia64/include/:
  find . \( -name floppy.h \) -exec ls -ld {} \;
  -rw-r--r--    4 mbp      mbp          3721 Jul 11 06:12 asm-arm26/floppy.h
  -rw-r--r--    5 mbp      mbp          6155 Dec 10  2002 asm-parisc/floppy.h
  -rw-r--r--    5 mbp      mbp          2719 Dec 10  2002 asm-ppc64/floppy.h
  -rw-r--r--    5 mbp      mbp            82 Dec 10  2002 asm-um/floppy.h
  -rw-r--r--    2 mbp      mbp          5322 Jul 29 12:07 asm-m68k/floppy.h
  -rw-r--r--    2 mbp      mbp          6706 Jul 29 12:06 asm-x86_64/floppy.h
  -rw-r--r--    5 mbp      mbp          1795 Dec 10  2002 asm-ppc/floppy.h
  -rw-r--r--   13 mbp      mbp          3763 Aug 13  2001 asm-arm/floppy.h
  -rw-r--r--    4 mbp      mbp          3702 Jul 29 12:06 asm-mips/floppy.h
  -rw-r--r--    4 mbp      mbp         10371 Jul 11 06:04 asm-sparc/floppy.h
  -rw-r--r--    5 mbp      mbp          3351 Dec 10  2002 asm-alpha/floppy.h
  -rw-r--r--    4 mbp      mbp          7352 Jul 11 06:06 asm-i386/floppy.h
  -rw-r--r--    2 mbp      mbp         21132 Jul 29 12:07 asm-sparc64/floppy.h
  -rw-r--r--    4 mbp      mbp          3702 Jul 29 12:06 asm-mips64/floppy.h
  -rw-r--r--    2 mbp      mbp          6279 Jul 29 12:06 asm-sh/floppy.h

It looks like there are some similarities, but also many differences,
between support for different platforms.  I didn't want to get into
trying to unify them, which would probably be a much larger project.

Are there any ia64 machines which come with floppy drives?  If there
aren't, I'd like to be able to tell the maintainer so.

Thanks
-- 
Martin 

  reply	other threads:[~2003-08-06  6:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-06  6:06 [patch] turn off CONFIG_FD on ia64? David Mosberger
2003-08-06  6:19 ` Martin Pool [this message]
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

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=marc-linux-ia64-106015083900529@msgid-missing \
    --to=mbp@samba.org \
    --cc=linux-ia64@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.