commit | b8a3a5214d7cc115f1ca3a3967b7229d97c46f4a | [log] [tgz] |
---|---|---|
author | Auke Kok <auke-jan.h.kok@intel.com> | Fri Jun 08 15:46:30 2007 -0700 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 11 16:02:09 2007 -0700 |
tree | 221d50091530cb442496e09591b3bf7ac06e57b4 | |
parent | 56906c612e10b5e32a48ccbe8a3c08ab6acf5a28 [diff] |
PCI: read revision ID by default 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 <auke-jan.h.kok@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>