From: Davide Libenzi <davidel@xmailserver.org>
To: Arjan van de Ven <arjanv@redhat.com>
Cc: Jeff Garzik <jgarzik@pobox.com>,
Aleksey Gorelov <Aleksey_Gorelov@Phoenix.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
mj@ucw.cz, alan@redhat.com
Subject: Re: [PATCH] Re: VIA PCI IRQ router bug fix
Date: Fri, 4 Jul 2003 08:12:50 -0700 (PDT) [thread overview]
Message-ID: <Pine.LNX.4.55.0307040808290.4800@bigblue.dev.mcafeelabs.com> (raw)
In-Reply-To: <1057303907.5801.0.camel@laptop.fenrus.com>
On Fri, 4 Jul 2003, Arjan van de Ven wrote:
>
> >
> > static int pirq_via_set(struct pci_dev *router, struct pci_dev *dev, int pirq, int irq)
> > {
> > - write_config_nybble(router, 0x55, pirq, irq);
> > + write_config_nybble(router, 0x55, pirq == 4 ? 5 : pirq, irq);
> > return 1;
> > }
>
>
> you missed the
> > + return (x >> 4);
> in the original patch... so your code is NOT identical.
It's ok :
nybble(0x57, 1) == nybble(0x55, 5)
- Davide
next prev parent reply other threads:[~2003-07-04 15:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-03 19:19 Aleksey Gorelov
2003-07-03 23:52 ` [PATCH] " Jeff Garzik
2003-07-04 7:31 ` Arjan van de Ven
2003-07-04 13:44 ` Jeff Garzik
2003-07-04 15:12 ` Davide Libenzi [this message]
2003-07-04 0:13 Aleksey Gorelov
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=Pine.LNX.4.55.0307040808290.4800@bigblue.dev.mcafeelabs.com \
--to=davidel@xmailserver.org \
--cc=Aleksey_Gorelov@Phoenix.com \
--cc=alan@redhat.com \
--cc=arjanv@redhat.com \
--cc=jgarzik@pobox.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mj@ucw.cz \
/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®