From: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
To: Jeff Garzik <jgarzik@pobox.com>
Cc: Marc Singer <elf@buici.com>,
linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC][DOC] writing IDE driver guidelines
Date: Sat, 15 May 2004 19:58:03 +0200 [thread overview]
Message-ID: <200405151958.03322.bzolnier@elka.pw.edu.pl> (raw)
In-Reply-To: <20040515173430.GA28873@havoc.gtf.org>
On Saturday 15 of May 2004 19:34, Jeff Garzik wrote:
> On Sat, May 15, 2004 at 07:23:50PM +0200, Bartlomiej Zolnierkiewicz wrote:
> > - do not believe in popular myth that driver code
> > can be of less quality than core kernel code
>
> chuckle :)
hehe :)
> > - don't copy without thinking ugly and bogus code
> > (there is still lot of such in IDE)
>
> Agreed, but I think most driver authors will not know what is ugly
> and bogus code, otherwise they would probably not copy it... (I hope!)
Some just copy _everything_ what is in other driver, really...
> > - host drivers should request/release IO resource
> > themelves and set hwif->mmio to 2
>
> Don't you mean, hwif->mmio==2 for MMIO hardware?
It is was historically for MMIO, now it means that driver
handles IO resource itself (per comment in <linux/ide.h>).
> > - ide_init_hwif_ports() is obsolete and dying,
> > define IDE_ARCH_NO_OBSOLETE_INIT in <asm/ide.h>
>
> hmmmm. Please consider reversing this:
>
> Make ide_init_hwif_ports() present _only_ if IDE_ARCH_OBSOLETE_INIT
> is defined.
>
> Then add that define for all arches that still use ide_init_hwif_ports().
Well, I started with this idea but it requires adding this define for far
too many archs. This is a problem especially for arm because we have to
either leave <asm-arm/arch-*/ide.h> or add #ifdef horror <asm-arm/ide.h>.
> > - define ide_default_irq(), ide_init_default_irq()
> > and ide_default_io_base() to (0)
>
> Maybe provide generic definitions, so that new arches don't even
> have to care about this?
Please explain.
Thanks,
Bartlomiej
next prev parent reply other threads:[~2004-05-15 17:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-05-15 17:23 Bartlomiej Zolnierkiewicz
2004-05-15 17:34 ` Jeff Garzik
2004-05-15 17:58 ` Bartlomiej Zolnierkiewicz [this message]
2004-05-15 18:13 ` Bartlomiej Zolnierkiewicz
2004-05-15 22:23 ` Jeff Garzik
2004-05-16 1:00 ` Marc Singer
2004-05-16 19:34 ` Bartlomiej Zolnierkiewicz
2004-05-16 19:26 ` Bartlomiej Zolnierkiewicz
2004-05-16 0:51 ` Marc Singer
2004-05-16 19:33 ` Bartlomiej Zolnierkiewicz
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=200405151958.03322.bzolnier@elka.pw.edu.pl \
--to=b.zolnierkiewicz@elka.pw.edu.pl \
--cc=elf@buici.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®