]> git.baikalelectronics.ru Git - kernel.git/commit
PCI: read revision ID by default
authorAuke Kok <auke-jan.h.kok@intel.com>
Fri, 8 Jun 2007 22:46:30 +0000 (15:46 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 11 Jul 2007 23:02:09 +0000 (16:02 -0700)
commitcb65dadd320aca59a4a9e86380a6b8aeeb7d5069
tree221d50091530cb442496e09591b3bf7ac06e57b4
parent0b165d40e3e8a2d1dfc4f48394d650463ac206d4
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>
arch/powerpc/kernel/pci_64.c
arch/sparc64/kernel/pci.c
drivers/pci/probe.c
include/linux/pci.h