LWN.net Logo

x86 PCI domain support

From:  Jeff Garzik <jgarzik@pobox.com>
To:  linux-kernel@vger.kernel.org
Subject:  [PATCH 0/3] x86 PCI domain support
Date:  Fri, 2 Dec 2005 20:39:04 -0500
Cc:  gregkh@suse.de, ak@suse.de
Archive-link:  Article, Thread


ACPI PCI support stopped short of supporting multiple PCI domains,
which is something I need in order to support a current machine
configuration, and something many will soon need, to support upcoming
systems.

This is a minimal, untested implementation.  But it should work,
provided your PCI op hooks (direct, BIOS, mmconfig) support PCI domains
(mmconfig).

Patches:

1) Fix: don't hardcode PCI domain to zero
2) Introduce struct pci_sysdata
3) Add PCI domain to struct pci_sysdata


Copyright © 2005, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds