public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Jes Sorensen <jes@wildopensource.com>
To: arjanv@redhat.com
Cc: davidm@hpl.hp.com, torvalds@transmeta.com, linux-kernel@vger.kernel.org
Subject: Re: qla1280 mem-mapped I/O fix
Date: 15 May 2003 11:52:45 -0400	[thread overview]
Message-ID: <m3addoqkaa.fsf@trained-monkey.org> (raw)
In-Reply-To: <1052561708.1367.0.camel@laptop.fenrus.com>

>>>>> "Arjan" == Arjan van de Ven <arjanv@redhat.com> writes:

>> @@ -2634,7 +2634,7 @@ /* * Get memory mapped I/O address.  */ -
>> pci_read_config_word (ha->pdev, PCI_BASE_ADDRESS_1, &mmapbase); +
>> pci_read_config_dword (ha->pdev, PCI_BASE_ADDRESS_1, &mmapbase);
>> mmapbase &= PCI_BASE_ADDRESS_MEM_MASK;
>> 
>> 
Arjan> shouldn't this be pci_resource_start() ?

Yep,

The existing code is a nightmare, I am working on cleaning this up so
we can get rid of all the I/O ports crap.

Jes

  parent reply	other threads:[~2003-05-15 15:39 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-10  9:51 qla1280 mem-mapped I/O fix David Mosberger
2003-05-10 10:15 ` Arjan van de Ven
2003-05-10 10:25   ` David Mosberger
2003-05-15 15:52   ` Jes Sorensen [this message]
2003-05-16  4:06     ` Andrey Panin
2003-05-10 11:30 ` David S. Miller
2003-05-10 11:34   ` David Mosberger
2003-05-10 12:12     ` David S. Miller

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=m3addoqkaa.fsf@trained-monkey.org \
    --to=jes@wildopensource.com \
    --cc=arjanv@redhat.com \
    --cc=davidm@hpl.hp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /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