From: Brad Boyer <flar@allandria.com>
To: Al Viro <viro@ftp.linux.org.uk>
Cc: linux-m68k@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations
Date: Sat, 24 Dec 2005 13:56:33 -0800 [thread overview]
Message-ID: <20051224215633.GA17645@pants.nu> (raw)
In-Reply-To: <E1EpIQf-0004tx-Oh@ZenIV.linux.org.uk>
This is a ppc only driver at the moment. The m68k mac version is mac_esp.
I've been thinking about retrofitting this driver to use on the models
that can do DMA, but that will require me to finish some of the work I
have pending on the macio layer to get it working for nubus models.
Brad Boyer
flar@allandria.com
On Thu, Dec 22, 2005 at 04:51:49AM +0000, Al Viro wrote:
> From: Al Viro <viro@zeniv.linux.org.uk>
> Date: 1133866874 -0500
>
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
>
> ---
>
> drivers/scsi/mac53c94.c | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> c142eb4b3a51224952b8760cff73051398dac312
> diff --git a/drivers/scsi/mac53c94.c b/drivers/scsi/mac53c94.c
> index 932dcf0..a853fb4 100644
> --- a/drivers/scsi/mac53c94.c
> +++ b/drivers/scsi/mac53c94.c
> @@ -531,9 +531,9 @@ static int mac53c94_remove(struct macio_
> free_irq(fp->intr, fp);
>
> if (fp->regs)
> - iounmap((void *) fp->regs);
> + iounmap(fp->regs);
> if (fp->dma)
> - iounmap((void *) fp->dma);
> + iounmap(fp->dma);
> kfree(fp->dma_cmd_space);
>
> scsi_host_put(host);
> --
> 0.99.9.GIT
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2005-12-24 21:56 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-22 4:51 [PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations Al Viro
2005-12-24 21:56 ` Brad Boyer [this message]
2005-12-24 22:32 ` Al Viro
2005-12-24 22:44 ` Brad Boyer
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=20051224215633.GA17645@pants.nu \
--to=flar@allandria.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-m68k@vger.kernel.org \
--cc=viro@ftp.linux.org.uk \
/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