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

2007-06-09 Thread Kok, Auke
Grant Grundler wrote: On Fri, Jun 08, 2007 at 03:46:30PM -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

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

2007-06-09 Thread Kok, Auke
David Miller wrote: From: Grant Grundler <[EMAIL PROTECTED]> Date: Sat, 9 Jun 2007 00:59:53 -0600 On Fri, Jun 08, 2007 at 03:46:30PM -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

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

2007-06-09 Thread David Miller
From: Grant Grundler <[EMAIL PROTECTED]> Date: Sat, 9 Jun 2007 00:59:53 -0600 > On Fri, Jun 08, 2007 at 03:46:30PM -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

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

2007-06-09 Thread Grant Grundler
On Fri, Jun 08, 2007 at 03:46:30PM -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] [RFC] PCI: read revision ID by default

2007-06-09 Thread Grant Grundler
On Fri, Jun 08, 2007 at 03:46:30PM -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] [RFC] PCI: read revision ID by default

2007-06-09 Thread David Miller
From: Grant Grundler [EMAIL PROTECTED] Date: Sat, 9 Jun 2007 00:59:53 -0600 On Fri, Jun 08, 2007 at 03:46:30PM -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

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

2007-06-09 Thread Kok, Auke
David Miller wrote: From: Grant Grundler [EMAIL PROTECTED] Date: Sat, 9 Jun 2007 00:59:53 -0600 On Fri, Jun 08, 2007 at 03:46:30PM -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

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

2007-06-09 Thread Kok, Auke
Grant Grundler wrote: On Fri, Jun 08, 2007 at 03:46:30PM -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

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

2007-06-08 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] [RFC] PCI: read revision ID by default

2007-06-08 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] ---