From: Jeff Garzik <jgarzik@pobox.com>
To: Grant Grundler <grundler@parisc-linux.org>
Cc: willy@parisc-linux.org, linux-scsi@vger.kernel.org
Subject: Re: PATCH 2.6.11-rc4 rename IOMAPPED config option
Date: Sun, 20 Feb 2005 20:11:58 -0500 [thread overview]
Message-ID: <4219355E.1000807@pobox.com> (raw)
In-Reply-To: <20050221010758.GC30800@colo.lackof.org>
Grant Grundler wrote:
> --- drivers/scsi/Kconfig 3 Feb 2005 11:44:46 -0000 1.32
> +++ drivers/scsi/Kconfig 21 Feb 2005 00:46:18 -0000
Patch doesn't apply with -p1.
> --- drivers/scsi/sym53c8xx_2/sym_glue.c 20 Feb 2005 23:49:27 -0000 1.84
> +++ drivers/scsi/sym53c8xx_2/sym_glue.c 21 Feb 2005 00:46:18 -0000
> @@ -1915,7 +1915,7 @@ sym_init_device(struct pci_dev *pdev, st
> i = pci_get_base_address(pdev, 1, &device->s.base);
> pci_get_base_address(pdev, i, &device->s.base_2);
>
> -#ifdef CONFIG_SCSI_SYM53C8XX_IOMAPPED
> +#ifndef CONFIG_SCSI_SYM53C8XX_USE_MMIO
> device->s.ioaddr = pci_iomap(pdev, 0, pci_resource_len(pdev, 0));
> #else
> device->s.ioaddr = pci_iomap(pdev, 1, pci_resource_len(pdev, 1));
This file does not include <linux/config.h>.
> Index: drivers/scsi/sym53c8xx_2/sym_hipd.c
> ===================================================================
> RCS file: /var/cvs/linux-2.6/drivers/scsi/sym53c8xx_2/sym_hipd.c,v
> retrieving revision 1.48
> diff -u -p -r1.48 sym_hipd.c
> --- drivers/scsi/sym53c8xx_2/sym_hipd.c 16 Feb 2005 20:54:02 -0000 1.48
> +++ drivers/scsi/sym53c8xx_2/sym_hipd.c 21 Feb 2005 00:46:18 -0000
> @@ -1044,7 +1044,7 @@ static int sym_prepare_setting(struct sy
> *
> * Has to be called with interrupts disabled.
> */
> -#ifndef SYM_CONF_IOMAPPED
> +#ifdef CONFIG_SCSI_SYM53C8XX_USE_MMIO
ditto
next prev parent reply other threads:[~2005-02-21 1:12 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-02-21 1:07 PATCH 2.6.11-rc4 rename IOMAPPED config option Grant Grundler
2005-02-21 1:11 ` Jeff Garzik [this message]
2005-02-21 2:02 ` Matthew Wilcox
2005-02-21 2:09 ` Jeff Garzik
2005-02-21 2:14 ` Matthew Wilcox
2005-02-21 2:16 ` Jeff Garzik
2005-02-21 2:26 ` Matthew Wilcox
2005-02-23 20:55 ` Grant Grundler
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=4219355E.1000807@pobox.com \
--to=jgarzik@pobox.com \
--cc=grundler@parisc-linux.org \
--cc=linux-scsi@vger.kernel.org \
--cc=willy@parisc-linux.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.