From: Greg KH To: torvalds@osdl.org, akpm@osdl.org Cc: linux-kernel@vger.kernel.org Subject: [BK PATCH] More PCI fixes for 2.6.7 Hi, Here are some more small PCI patches for 2.6.7. They have some more pci id fixes, pci express #defines for drivers to use, and some more ppc64 pci hotplug driver bugfixes. 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/pci/hotplug/rpaphp.h | 4 +-- drivers/pci/hotplug/rpaphp_pci.c | 15 ++++++++++--- drivers/pci/pci.ids | 1 drivers/pci/probe.c | 5 ++-- include/linux/pci.h | 45 +++++++++++++++++++++++++++++++++++++++ include/linux/pci_ids.h | 3 ++ 6 files changed, 66 insertions(+), 7 deletions(-) ----- : o PCI: New PCI vendor/device ID for Radisys ENP-2611 board Linas Vepstas: o PCI Hotplug: RPAPHP structure size/performance o PCI Hotplug: rpaphp null pointer deref Linda Xie: o PCI: export pci_scan_child_bus for the pci hotplug drivers to use Roland Dreier: o PCI: Add some PCI Express constants to pci.h