Re: [PATCH 2/2] [RESEND] PCI: Change all drivers to use pci_device->revision

2007-06-25 Thread Alan Cox
On Sun, 24 Jun 2007 20:19:29 -0700 Auke Kok <[EMAIL PROTECTED]> wrote: > Instead of all drivers reading pci config space to get the revision > ID, they can now use the pci_device->revision member. > > This exposes some issues where drivers where reading a word or a dword > for the revision

Re: [PATCH 2/2] [RESEND] PCI: Change all drivers to use pci_device-revision

2007-06-25 Thread Alan Cox
On Sun, 24 Jun 2007 20:19:29 -0700 Auke Kok [EMAIL PROTECTED] wrote: Instead of all drivers reading pci config space to get the revision ID, they can now use the pci_device-revision member. This exposes some issues where drivers where reading a word or a dword for the revision number, and