public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: "Lee, Jung-Ik" <jung-ik.lee@intel.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] 2.5.45 cpqphp driver patch w/ intcphp driver enhancements - gzipp
Date: Tue, 12 Nov 2002 00:49:35 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590709805395@msgid-missing> (raw)

[-- Attachment #1: Type: text/plain, Size: 2420 bytes --]

Sorry the patch seems little too large. I simply confused myself with email
client's default compressor...
Here's the patch again in gzip.

thanks,
J.I.

+++++++++++++++++++++++++++++++++++
Hi Greg,

Here's PCI hotplug driver patch to cpqphp driver in 2.5.45.
It took a while since this patch required integration of intcphp driver and
cpqphp driver, which basically nullified all previous validation/regression
on intcphp, hence driver had to go thru it again... It's been verified on
three servers (Itanium2(Tiger), Itanium1(Lion), and i386 Intel server) in
2.5.39 and 2.5.45 kernels.

 Kconfig        |   20 
 Makefile       |   14 
 cpqphp.h       |  668 +++++++-------------
 cpqphp_core.c  | 1152 ++++++----------------------------
 cpqphp_ctrl.c  | 1585 ++++++++++++++++-------------------------------
 cpqphp_hpc.c   | 1306 +++++++++++++++++++++++++++++++++++++++
 cpqphp_nvram.c |   32 
 cpqphp_nvram.h |    2 
 cpqphp_pci.c   | 1210 ++++++++++--------------------------
 cpqphp_proc.c  |   19 
 phprm.h        |   66 +
 phprm_acpi.c   | 1883
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 phprm_legacy.c |  940 ++++++++++++++++++++++++++++
 phprm_legacy.h |  195 +++++
 14 files changed, 5788 insertions(+), 3304 deletions(-)


Diffs are mainly from enhancements to make cpqphp driver work on both i386
and ia64 platforms w/ acpi or non-acpi legacy support. 


 Current 2.5.45 cpqphp driver:       This cpqphp driver patch:

          resource/config by               resource/config by
    +------+--------+-------+        +------+--------+-------+
    |      |non-ACPI| ACPI  |        |      |non-ACPI| ACPI  |
    +------+--------+-------+        +------+--------+-------+
    | I386 |   Y    |       |  ==>   | I386 |   Y    |   Y   |
    +------+--------+-------+        +------+--------+-------+
    | IA64 |        |       |        | IA64 |   Y    |   Y   |
    +------+--------+-------+        +------+--------+-------+
                        Diffs in feature

#1 cpqphp_core.c cpqphp_ctrl.c cpqphp_pci.c cpqphp_proc.c are now common to
i386/ia64, and ACPI/non-ACPI.
  *Resource/configuration interface(PHPRM) is added to support both ACPI
based solution and $HRT/BIOS based one.
  *phprm_legacy.c:
     Existing non-ACPI, $HRT/BIOS codes in new PHPRM interfaces.
  *phprm_acpi.c:
     New ACPI based PHPRM functions.
#2 HP Controller hw specifics are only in cpqphp_hpc.c


Thanks,
J.I.


[-- Attachment #2: hotplug_2545.diff.gz --]
[-- Type: application/octet-stream, Size: 72749 bytes --]

                 reply	other threads:[~2002-11-12  0: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=marc-linux-ia64-105590709805395@msgid-missing \
    --to=jung-ik.lee@intel.com \
    --cc=linux-ia64@vger.kernel.org \
    /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