Em Qua, 2005-08-17 ās 13:15 +0200, Rolf Eike Beer escreveu: > Am Mittwoch, 17. August 2005 12:54 schrieb Mauro Carvalho Chehab: > >Rolf, > > > >Em Qua, 2005-08-17 ās 11:47 +0200, Rolf Eike Beer escreveu: > >> Mauro Carvalho Chehab wrote: > >> > I need some help with PCI hotplug for allowing a new driver at > >> >Video4Linux. > >> > > >> > I need memory to set its internal registers. Is there a way to make > >> >PCI drivers to allocate a memory region for the board? > >> > >> Use dummyphp instead of fakephp. It should handle this case. You can find > >> it here: http://opensource.sf-tec.de/kernel/dummyphp-2.6.13-rc1.diff > > > > Didn't compile cleanly against -rc6. Do I need another patch or -mm > >series? > > > >WARNING: /lib/modules/2.6.13-rc6/kernel/drivers/pci/hotplug/dummyphp.ko > >needs unknown symbol pci_bus_add_resources > > Damn, I should stop editing diffs by hand. I'm also have this old habbit ;-) > > Change this to > pci_bus_assign_resources and it should work. Sorry. It works, but produced an oops (attached). > > Eike Cheers, Mauro.