| To: | linux-cvs-patches@linux-mips.org |
|---|---|
| Subject: | CVS Update@linux-mips.org: linux |
| From: | ths@linux-mips.org |
| Date: | Sat, 19 Feb 2005 13:58:43 +0000 |
| Reply-to: | linux-mips@linux-mips.org |
| Sender: | linux-cvs-patches-bounce@linux-mips.org |
CVSROOT: /home/cvs
Module name: linux
Changes by: ths@ftp.linux-mips.org 05/02/19 13:58:37
Modified files:
arch/mips/pci : pci-ip32.c
Log message:
Initialize iomem_resource.
diff -urN linux/arch/mips/pci/pci-ip32.c linux/arch/mips/pci/pci-ip32.c
--- linux/arch/mips/pci/pci-ip32.c 2004/08/26 20:18:00 1.13
+++ linux/arch/mips/pci/pci-ip32.c 2005/02/19 13:58:37 1.14
@@ -136,7 +136,9 @@
BUG_ON(request_irq(MACE_PCI_BRIDGE_IRQ, macepci_error, 0,
"MACE PCI error", NULL));
- ioport_resource.end = mace_pci_io_resource.end;
+ iomem_resource = mace_pci_mem_resource;
+ ioport_resource = mace_pci_io_resource;
+
register_pci_controller(&mace_pci_controller);
return 0;
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | CVS Update@linux-mips.org: linux, ths |
|---|---|
| Next by Date: | CVS Update@linux-mips.org: linux, sjhill |
| Previous by Thread: | CVS Update@linux-mips.org: linux, ths |
| Next by Thread: | CVS Update@linux-mips.org: linux, sjhill |
| Indexes: | [Date] [Thread] [Top] [All Lists] |