From: David Miller <davem@davemloft.net>
To: matthew@wil.cx
Cc: linux-scsi@vger.kernel.org
Subject: Re: An MCA ESP driver
Date: Tue, 07 Aug 2007 00:26:04 -0700 (PDT) [thread overview]
Message-ID: <20070807.002604.78735512.davem@davemloft.net> (raw)
In-Reply-To: <20070806232458.GC9732@parisc-linux.org>
From: Matthew Wilcox <matthew@wil.cx>
Date: Mon, 6 Aug 2007 17:24:58 -0600
> @@ -514,11 +514,14 @@ struct esp {
>
> struct completion *eh_reset;
>
> - struct sbus_dma *dma;
> + union {
> + struct sbus_dma *sbus_dma;
> + unsigned int x86_dma;
> + };
> };
Feel free to make this a "void *dma_cookie" or similar.
It's private to the bus front-end.
next prev parent reply other threads:[~2007-08-07 7:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-06 23:24 An MCA ESP driver Matthew Wilcox
2007-08-07 7:26 ` David Miller [this message]
2007-08-15 17:26 ` Matthew Wilcox
2007-08-15 21:55 ` David Miller
2008-01-05 21:18 ` James Bottomley
2008-01-05 21:53 ` Matthew Wilcox
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=20070807.002604.78735512.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=linux-scsi@vger.kernel.org \
--cc=matthew@wil.cx \
/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