From: Paul v. G. <pau...@ri...> - 2003-06-17 18:57:11
|
BTW turning on PCI debugging I see the following: PCI: Starting intialization. PCI: Using configuration type 1 SH7751 PCI: Finished initialization of the PCI controller PCI: Probing PCI hardware Setting IRQ for slot 00:00.0 to 13 Setting IRQ for slot 00:01.0 to 13 PCI: Error mapping IRQ on device Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge [Alad] PCI: Error mapping IRQ on device PCI device 1412:1724 (IC Ensemble Inc) PCI: Bad IRQ mapping request for slot 12 PCI: Error mapping IRQ on device Acer Laboratories Inc. [ALi] M7101 PMU PCI: Bad IRQ mapping request for slot 15 PCI: Error mapping IRQ on device Acer Laboratories Inc. [ALi] USB 1.1 Controller PCI: Allocating resources PCI: pcibios_allocate_bus_reasources called PCI: pcibios_allocate_bus_reasources called PCI: pcibios_allocate_resources pass 0 called PCI: Resource 00001000-00001fff (f=1208, d=0, p=0) PCI: Resource 00000020-0000003f (f=101, d=0, p=0) PCI: Resource 00000080-000000ff (f=101, d=0, p=0) PCI: Resource 00000100-0000013f (f=101, d=0, p=0) PCI: Resource 00000140-0000015f (f=101, d=0, p=0) PCI: Resource 00002000-00002fff (f=200, d=0, p=0) PCI: pcibios_allocate_resources pass 1 called PCI: pcibios_assign_resources called So it seems my WiFi card has the same IRQ as my Ethernet card (13) and that the sound card is having trouble mapping its IRQ. I added a printk in the else statement and I see a bunch of them. I added: if (!r->start && r->end) pci_assign_resource(dev, idx); + else { + printk("pvg slot %s\n", dev->slot_name); + } And it produced: pvg slot 00:00.0 ... pvg slot 00:00.0 ... pvg slot 00:00.0 ... pvg slot 00:00.0 ... pvg slot 00:0f.0 Paul On Tue, Jun 17, 2003 at 07:26:30PM +0100, David Woodhouse wrote: > On Tue, 2003-06-17 at 19:25, Paul van Gool wrote: > > I have Redboot running on the board. I don't think it sets up the devices. > > But I'm not 100% sure. > > I don't think it should either. It certainly doesn't for me. > > The other possibility is that Linux is just assigning bogus resources > itself. Depending on whether you see your newly-added printk or not, you > know where to look next... :) > > -- > dwmw2 > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: INetU > Attention Web Developers & Consultants: Become An INetU Hosting Partner. > Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! > INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php > _______________________________________________ > linuxsh-dev mailing list > lin...@li... > https://lists.sourceforge.net/lists/listinfo/linuxsh-dev -- Paul van Gool Rincon Networks pau...@ri... (805)-705-1442 |