linux/arch/i386/pci
Ivan Kokshaysky 299de0343c [PATCH] PCI: pci_assign_unassigned_resources() on x86
- Add sanity check for io[port,mem]_resource in setup-bus.c. These
  resources look like "free" as they have no parents, but obviously
  we must not touch them.
- In i386.c:pci_allocate_bus_resources(), if a bridge resource cannot be
  allocated for some reason, then clear its flags. This prevents any child
  allocations in this range, so the setup-bus code will work with a clean
  resource sub-tree.
- i386.c:pcibios_enable_resources() doesn't enable bridges, as it checks
  only resources 0-5, which looks like a clear bug to me. I suspect it
  might break hotplug as well in some cases.

From: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-07-01 13:35:50 -07:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
acpi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
common.c [PATCH] PCI: pci_assign_unassigned_resources() on x86 2005-07-01 13:35:50 -07:00
direct.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
fixup.c [PATCH] fix memory scribble in arch/i386/pci/fixup.c 2005-05-17 09:27:05 -07:00
i386.c [PATCH] PCI: pci_assign_unassigned_resources() on x86 2005-07-01 13:35:50 -07:00
irq.c [PATCH] PCI Allow OutOfRange PIRQ table address 2005-06-27 21:52:38 -07:00
legacy.c [PATCH] acpi bridge hotadd: ACPI based root bridge hot-add 2005-06-27 21:52:39 -07:00
mmconfig.c [PATCH] PCI: use the MCFG table to properly access pci devices (i386) 2005-06-27 21:52:47 -07:00
numa.c [PATCH] acpi bridge hotadd: ACPI based root bridge hot-add 2005-06-27 21:52:39 -07:00
pcbios.c [PATCH] Remove i386_ksyms.c, almost. 2005-06-23 09:45:11 -07:00
pci.h [PATCH] PCI Allow OutOfRange PIRQ table address 2005-06-27 21:52:38 -07:00
visws.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00