Re: [PATCH] Re: VIA PCI IRQ router bug fix

Arjan van de Ven (arjanv@redhat.com)
04 Jul 2003 09:31:47 +0200


This is a MIME-formatted message. If you see this text it means that your
E-mail software does not support MIME-formatted messages.

--=_courier-2909-1057303968-0001-2
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

> =20
> 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 =3D=3D 4 ? 5 : pirq, irq);
> return 1;
> }

you missed the=20
> + return (x >> 4);
in the original patch... so your code is NOT identical.=20

--=_courier-2909-1057303968-0001-2
Content-Type: application/pgp-signature; name="signature.asc"
Content-Transfer-Encoding: 7bit
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQA/BS1jxULwo51rQBIRAhg4AJ0bAzQSsdz+TGsPuOGiUzVU8qZ1zwCfRwHN
lrFmlTyOCxnW8tzO2KCopVI=
=7ELe
-----END PGP SIGNATURE-----

--=_courier-2909-1057303968-0001-2--