From: Greg KH To: torvalds@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] More PCI fixes for 2.6.0-test2 Hi, Here are a few more fixes for the PCI core code for 2.6.0-test2-bk. I've removed all of the struct device.name usages as that field is about to go away, and there is a fix from Ivan in here too. Please pull from: bk://kernel.bkbits.net/gregkh/linux/pci-2.6 thanks, greg k-h p.s. I'll send these as patches in response to this email to lkml for those who want to see them. drivers/char/agp/hp-agp.c | 2 +- drivers/net/eepro100.c | 2 +- drivers/pci/names.c | 2 +- drivers/pci/pci.c | 2 +- drivers/pci/pci.ids | 3 ++- drivers/pci/probe.c | 9 +++------ drivers/pci/proc.c | 7 ++++++- drivers/pci/quirks.c | 2 +- drivers/pci/setup-bus.c | 6 ++++-- drivers/pci/setup-res.c | 2 +- include/linux/pci.h | 3 +++ include/linux/pci_ids.h | 3 ++- 12 files changed, 26 insertions(+), 17 deletions(-) ----- Alex Williamson: o PCI: trivial 2.4/2.6 PCI name change/addition Greg Kroah-Hartman: o PCI: make eepro100 driver use pci_name() instead of dev.name o PCI: remove all struct device.name usage from the PCI core code Ivan Kokshaysky: o PCI: pci_enable_device vs bridges bugs