All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PCI Hotplug driver for new IBM motherboards
@ 2002-01-17 23:45 Greg KH
  0 siblings, 0 replies; only message in thread
From: Greg KH @ 2002-01-17 23:45 UTC (permalink / raw)
  To: pcihpd-discuss, linux-kernel

Hi,

I've made up a patch that contains a new PCI Hotplug controller driver
that will work on upcoming IBM i386 based machines.  This is the first
publicly released version, and still needs to undergo a lot of testing
before it is submitted to the kernel tree.

The patch is against 2.4.18-pre4 and can be found at:
  http://www.kernel.org/pub/linux/kernel/people/gregkh/hotplug/ibmphp-2.4.18-pre4.patch

The patch only modifies one existing kernel source file, and that is to
export the IO_APIC_get_PCI_irq_vector symbol, which the driver needs to
determine the proper IRQ when a new PCI card is plugged in.

This driver was written by Irene Zubarev, Jyoti Shah, Tong Yu and Chuck
Cole with just a tiny bit of help from me.

diffstat output:
 arch/i386/kernel/i386_ksyms.c |    4 
 drivers/hotplug/Config.in     |    5 
 drivers/hotplug/Makefile      |   12 
 drivers/hotplug/ibmphp.h      |  721 ++++++++++++++
 drivers/hotplug/ibmphp_core.c | 1341 +++++++++++++++++++++++++++
 drivers/hotplug/ibmphp_ebda.c | 1034 +++++++++++++++++++++
 drivers/hotplug/ibmphp_hpc.c  | 1418 +++++++++++++++++++++++++++++
 drivers/hotplug/ibmphp_pci.c  | 1646 ++++++++++++++++++++++++++++++++++
 drivers/hotplug/ibmphp_res.c  | 2022 ++++++++++++++++++++++++++++++++++++++++++

thanks,

greg k-h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-01-17 23:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-17 23:45 [PATCH] PCI Hotplug driver for new IBM motherboards Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.