On Tue, 22 Aug 2006 19:22:01 +0400 "Alexander Voropay" <a.voropay@xxxxxxxxx> wrote: > "Yoichi Yuasa" <yoichi_yuasa@xxxxxxxxxxxxxx> wrote: > > > > This patch has moved GT64111 PCI routine to GT64120 PCI routine about Cobalt. > > They are same codes. > > Hm... GT64111 and GT64120 are two different chips, i.e. GT64120 has two > PCI buses e.t.c. May be, it wil be better to move this code to something > more genetic, like GT64* ? > Yes, GT64120 has two PCI buses(PCI_0 and PCI_1). GT64120's PCI_0 is almost the same as GT64111 PCI. arch/mips/pci/pci-gt64120.c supports only PCI_0. Now GT64111 and GT64120 can share pci-gt64120.c . I don't know a board that uses PCI_1. Do you have any information about it? Yoichi