public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@osdl.org>
To: John Keller <jpk@sgi.com>
Cc: linux-ia64@vger.kernel.org, pcihpd-discuss@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org,
	ayoung@sgi.com
Subject: Re: [PATCH 1/3] - Altix: Add initial ACPI IO support
Date: Sun, 01 Oct 2006 07:15:11 +0000	[thread overview]
Message-ID: <20061001001511.ae77d6b1.akpm@osdl.org> (raw)
In-Reply-To: <20060922145123.12414.81897.sendpatchset@attica.americas.sgi.com>

On Fri, 22 Sep 2006 09:51:23 -0500
John Keller <jpk@sgi.com> wrote:

> First phase in introducing ACPI support to SN.

This:

--- gregkh-2.6.orig/include/linux/pci.h
+++ gregkh-2.6/include/linux/pci.h
@@ -405,6 +405,7 @@ extern struct bus_type pci_bus_type;
 extern struct list_head pci_root_buses;        /* list of all known PCI buses */
 extern struct list_head pci_devices;   /* list of all devices */
 
+void pcibios_fixup_device_resources(struct pci_dev *);
 void pcibios_fixup_bus(struct pci_bus *);
 int __must_check pcibios_enable_device(struct pci_dev *, int mask);
 char *pcibios_setup (char *str);

breaks a bunch of architectures.

For example alpha has

void __init
pcibios_fixup_device_resources(struct pci_dev *dev, struct pci_bus *bus)

box:/usr/src/linux-2.6.18> grep -rl pcibios_fixup_device_resources .
./arch/alpha/kernel/pci.c
./arch/ia64/pci/pci.c
./arch/mips/pci/pci.c
./arch/powerpc/kernel/pci_64.c
./arch/powerpc/platforms/pseries/pci_dlpar.c
./include/asm-powerpc/pci.h

It needs work...

  reply	other threads:[~2006-10-01  7:15 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-09-01 16:01 [PATCH 1/3] - Altix: Add initial ACPI IO support John Keller
2006-09-22 14:51 ` John Keller
2006-10-01  7:15   ` Andrew Morton [this message]
2006-10-02 19:02     ` John Keller
2006-10-03 14:56 ` John Keller
2006-10-04 21:49 ` John Keller
2006-10-04 22:56   ` [Pcihpd-discuss] " Greg KH
2006-10-05  0:36     ` [Pcihpd-discuss] [PATCH 1/3] - Altix: Add initial ACPI IO Andrew Morton
2006-10-05 13:10     ` [Pcihpd-discuss] [PATCH 1/3] - Altix: Add initial ACPI IO support John Keller

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=20061001001511.ae77d6b1.akpm@osdl.org \
    --to=akpm@osdl.org \
    --cc=ayoung@sgi.com \
    --cc=jpk@sgi.com \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-ia64@vger.kernel.org \
    --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