Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Arjan van de Ven
On Mon, 2007-06-25 at 11:49 -0700, Kok, Auke wrote: > Alan Cox wrote: > > On Sun, 24 Jun 2007 20:19:18 -0700 > > Auke Kok <[EMAIL PROTECTED]> wrote: > > > >> Currently there are 97 occurrences where drivers need the pci > >> revision ID. We can do this once for all devices. Even the pci > >>

Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Kok, Auke
Alan Cox wrote: On Sun, 24 Jun 2007 20:19:18 -0700 Auke Kok <[EMAIL PROTECTED]> wrote: Currently there are 97 occurrences where drivers need the pci revision ID. We can do this once for all devices. Even the pci subsystem needs the revision several times for quirks. The extra u8 member pads

Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Alan Cox
On Sun, 24 Jun 2007 20:19:18 -0700 Auke Kok <[EMAIL PROTECTED]> wrote: > Currently there are 97 occurrences where drivers need the pci > revision ID. We can do this once for all devices. Even the pci > subsystem needs the revision several times for quirks. The extra > u8 member pads out nicely in

Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Greg KH
On Sun, Jun 24, 2007 at 08:19:18PM -0700, Auke Kok wrote: > Currently there are 97 occurrences where drivers need the pci > revision ID. We can do this once for all devices. Even the pci > subsystem needs the revision several times for quirks. The extra > u8 member pads out nicely in the pci_dev

Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Greg KH
On Sun, Jun 24, 2007 at 08:19:18PM -0700, Auke Kok wrote: Currently there are 97 occurrences where drivers need the pci revision ID. We can do this once for all devices. Even the pci subsystem needs the revision several times for quirks. The extra u8 member pads out nicely in the pci_dev

Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Alan Cox
On Sun, 24 Jun 2007 20:19:18 -0700 Auke Kok [EMAIL PROTECTED] wrote: Currently there are 97 occurrences where drivers need the pci revision ID. We can do this once for all devices. Even the pci subsystem needs the revision several times for quirks. The extra u8 member pads out nicely in the

Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Kok, Auke
Alan Cox wrote: On Sun, 24 Jun 2007 20:19:18 -0700 Auke Kok [EMAIL PROTECTED] wrote: Currently there are 97 occurrences where drivers need the pci revision ID. We can do this once for all devices. Even the pci subsystem needs the revision several times for quirks. The extra u8 member pads out

Re: [PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-25 Thread Arjan van de Ven
On Mon, 2007-06-25 at 11:49 -0700, Kok, Auke wrote: Alan Cox wrote: On Sun, 24 Jun 2007 20:19:18 -0700 Auke Kok [EMAIL PROTECTED] wrote: Currently there are 97 occurrences where drivers need the pci revision ID. We can do this once for all devices. Even the pci subsystem needs the

[PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-24 Thread Auke Kok
Currently there are 97 occurrences where drivers need the pci revision ID. We can do this once for all devices. Even the pci subsystem needs the revision several times for quirks. The extra u8 member pads out nicely in the pci_dev struct. Signed-off-by: Auke Kok <[EMAIL PROTECTED]> ---

[PATCH 1/2] [RESEND] PCI: read revision ID by default

2007-06-24 Thread Auke Kok
Currently there are 97 occurrences where drivers need the pci revision ID. We can do this once for all devices. Even the pci subsystem needs the revision several times for quirks. The extra u8 member pads out nicely in the pci_dev struct. Signed-off-by: Auke Kok [EMAIL PROTECTED] ---