Re: current 2.3.18ac & debian-potato's gcc & something?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 21 Sep 1999 12:08:08 +0100 (BST)


> - pci_id = (pdev->vendor << 16) | pdev->device;
> + pci_id = (pdev->device << 16) | pdev->vendor;

That might do it yes. Perils of throwing in a last minute patch I shouldnt
have.

> P.S.: I do not know, what was wrong with ac6...

I do however 8)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/