From: Marc Zyngier <mzyngier@freesurf.fr>
To: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: James Bottomley <James.Bottomley@steeleye.com>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH] EISA/sysfs update
Date: 14 Feb 2003 16:32:50 +0100 [thread overview]
Message-ID: <wrpisvmri71.fsf@hina.wild-wind.fr.eu.org> (raw)
In-Reply-To: <20030214173217.A17730@jurassic.park.msu.ru>
>>>>> "Ivan" == Ivan Kokshaysky <ink@jurassic.park.msu.ru> writes:
Ivan> On Fri, Feb 14, 2003 at 11:16:24AM +0100, Marc Zyngier wrote:
>> # - Add driver for i82375 PCI/EISA bridge.
Ivan> I believe this driver will work for any PCI/EISA bridge without
Ivan> any changes, not only for i82375. Probably we need to look for a
Ivan> class code rather than a device id.
Unfortunately, the i82375 appears to be unclassified :
00:07.0 Non-VGA unclassified device: Intel Corp. 82375EB (rev 03)
I'll had PCI_CLASS_BRIDGE_EISA anyway, just in case.
Ivan> Also, to get rid of that x86-ism I'd suggest something like
Ivan> - i82375_root.bus_base_addr = 0; /* Warning, this is a x86-ism */
Ivan> - i82375_root.res = &ioport_resource;
Ivan> + i82375_root.res = pdev->bus->resource[0];
Ivan> + i82375_root.bus_base_addr = pdev->bus->resource[0]->start;
Ivan> i82375_root.slots = EISA_MAX_SLOTS;
Ivan> Without that you'll have resource conflicts on multi-hose alphas.
Applied, thanks.
M.
--
Places change, faces change. Life is so very strange.
next prev parent reply other threads:[~2003-02-14 15:24 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-02-03 3:09 [PATCH] fix 3c509.c for MCA drivers James Bottomley
2003-02-08 17:25 ` Marc Zyngier
2003-02-14 10:16 ` [PATCH] EISA/sysfs update Marc Zyngier
2003-02-14 14:32 ` Ivan Kokshaysky
2003-02-14 15:32 ` Marc Zyngier [this message]
2003-02-14 16:05 ` Ivan Kokshaysky
2003-02-14 16:42 ` Marc Zyngier
2003-02-15 12:20 ` [PATCH] EISA/sysfs update, take #2 Marc Zyngier
2003-02-14 18:12 ` [PATCH] EISA/sysfs update Christoph Hellwig
2003-02-14 19:37 ` Marc Zyngier
2003-03-05 14:22 Marc Zyngier
2003-04-21 16:48 Marc Zyngier
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=wrpisvmri71.fsf@hina.wild-wind.fr.eu.org \
--to=mzyngier@freesurf.fr \
--cc=James.Bottomley@steeleye.com \
--cc=ink@jurassic.park.msu.ru \
--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®