Hi
in the file src/mainboard/amd/norwich/Config.lb, I use the pci 1.1 device which is Graphics, because I want to request one irq in framebuffer driver (drivers/video/geode/lxfb_core.c). but when booting, it outputs "PCI: Left over static devices". I don't know why it can not find the graphic device. Any help would be greatly appreciated!
michaelwan
On Thu, Jul 9, 2009 at 7:58 AM, wan2 michal michalwan2@gmail.com wrote:
Hi
in the file src/mainboard/amd/norwich/Config.lb, I use the pci 1.1 device which is Graphics, because I want to request one irq in framebuffer driver (drivers/video/geode/lxfb_core.c). but when booting, it outputs "PCI: Left over static devices". I don't know why it can not find the graphic device. Any help would be greatly appreciated!
It would be easier to help you if you included 1. What you changed (maybe a diff) 2. A little more of the output (all the relevant differences from before and after your change.)
Thanks, Myles
On Thu, Jul 9, 2009 at 7:58 AM, wan2 michalmichalwan2@gmail.com wrote:
Hi
in the file src/mainboard/amd/norwich/Config.lb, I use the pci 1.1 device which is Graphics, because I want to request one irq in framebuffer driver (drivers/video/geode/lxfb_core.c). but when booting, it outputs "PCI: Left over static devices". I don't know why it can not find the graphic device. Any help would be greatly appreciated!
michaelwan
I think that the Graphics device should already have the IRQ assigned if it is enabled. What are you changing?
Marc