patch-2.3.30 linux/arch/arm/kernel/bios32.c
Next file: linux/arch/arm/kernel/ecard.c
Previous file: linux/arch/arm/Makefile
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Thu Dec 2 15:41:02 1999
- Orig file:
v2.3.29/linux/arch/arm/kernel/bios32.c
- Orig date:
Tue Nov 23 22:42:20 1999
diff -u --recursive --new-file v2.3.29/linux/arch/arm/kernel/bios32.c linux/arch/arm/kernel/bios32.c
@@ -203,6 +203,15 @@
}
}
+void __init
+pcibios_fixup_pbus_ranges(struct pci_bus *bus, struct pbus_set_ranges_data *ranges)
+{
+ ranges->io_start -= bus->resource[0]->start;
+ ranges->io_end -= bus->resource[0]->start;
+ ranges->mem_start -= bus->resource[1]->start;
+ ranges->mem_end -= bus->resource[1]->start;
+}
+
static u8 __init no_swizzle(struct pci_dev *dev, u8 *pin)
{
return 0;
@@ -349,4 +358,9 @@
return NULL;
}
return str;
+}
+
+void __init
+pcibios_align_resource(void *data, struct resource *res, unsigned long size)
+{
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)