public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [BK PATCH] PCI changes for 2.5.30
@ 2002-08-02 23:53 Greg KH
  2002-08-02 23:54 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2002-08-02 23:53 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, pcihpd-discuss

Two small PCI changes, one for organizational sake, and the other to fix
a PCI hotplug bug.

Pull from:  bk://linuxusb.bkbits.net/pci_hp-2.5

thanks,

greg k-h


 drivers/pci/Makefile |    3 ++-
 drivers/pci/compat.c |   14 ++++++++++++++
 drivers/pci/names.c  |   10 +++++-----
 drivers/pci/pci.c    |   12 ------------
 4 files changed, 21 insertions(+), 18 deletions(-)
------

ChangeSet@1.515, 2002-08-02 16:45:14-07:00, t-kouchi@mvf.biglobe.ne.jp
  [PATCH] [PATCH] PCI Hotplug patch to drivers/pci/names.c
  
  I found that both compaq and ibm PCI hotplug driver call pci_scan_slot(),
  which eventually call pci_name_device() in drivers/pci/names.c.
  
  pci_name_device() is declared as __devinit while other data are
  declared as __initdata.
  This may result in undefined behavior for example, /proc/pci.

 drivers/pci/names.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
------

ChangeSet@1.514, 2002-08-02 16:40:20-07:00, greg@kroah.com
  PCI: move the EXPORT_SYMBOL(pcibios_*) declarations to the proper file.

 drivers/pci/Makefile |    3 ++-
 drivers/pci/compat.c |   14 ++++++++++++++
 drivers/pci/pci.c    |   12 ------------
 3 files changed, 16 insertions(+), 13 deletions(-)
------


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-08-02 23:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-02 23:53 [BK PATCH] PCI changes for 2.5.30 Greg KH
2002-08-02 23:54 ` Greg KH
2002-08-02 23:55   ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox