public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: pcihpd-discuss@lists.sourceforge.net, linux-kernel@vger.kernel.org
Subject: [PATCH] PCI Hotplug driver for new IBM motherboards
Date: Thu, 17 Jan 2002 15:45:36 -0800	[thread overview]
Message-ID: <20020117234535.GA9590@kroah.com> (raw)

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

                 reply	other threads:[~2002-01-17 23:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020117234535.GA9590@kroah.com \
    --to=greg@kroah.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pcihpd-discuss@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox