From: Glenn H. <gh...@c2...> - 2001-02-12 13:09:21
|
Geert Uytterhoeven wrote: > > > > > ok. there should be a diff attached to this mail (i hope). > > > Index: 2.3/arch/ppc/kernel/apus_pci.c > > =================================================================== > > RCS file: /cvsroot/linux-apus/2.3/arch/ppc/kernel/apus_pci.c,v > > retrieving revision 1.6 > > diff -r1.6 apus_pci.c > > 106a107 > > > static struct resource pci_mem = { "B/CVisionPPC PCI mem", CVPPC_FB_APERTURE_ONE, CVPPC_PCI_CONFIG, IORESOURCE_MEM }; > > 115a117,119 > > > > > > request_resource(&iomem_resource, &pci_mem); > > > printk("%s: PCI mem resource requested\n", __FUNCTION__); > > 120,123c124 > > < struct resource pci_mem = { "B/CVisionPPC PCI mem", CVPPC_FB_APERTURE_ONE, CVPPC_PCI_CONFIG, IORESOURCE_MEM }; > > < > > < request_resource(&iomem_resource, &pci_mem); > > < printk("%s: PCI mem resource requested\n", __FUNCTION__); > > --- > > > bus->resource[1] = &pci_mem; > > This looks fine to me. BTW, please use `diff -u' next time (or add the line > > diff -u > > to your ~/.cvsrc to make it the default). ok. will do that. can someone please update the cvs (if it has not allready been done) ? - glenn |