1 Jun 2008 01:01
Re: [PATCH] convert sticore.c to PCI ROM API (bugzilla #9425)
Krzysztof Helt <krzysztof.h1 <at> poczta.fm>
2008-05-31 23:01:55 GMT
2008-05-31 23:01:55 GMT
On Sun, 1 Jun 2008 00:22:23 +0200 Helge Deller <deller <at> gmx.de> wrote: > Hello Krzysztof, > > On Saturday 31 May 2008, Krzysztof Helt wrote: > > From: Krzysztof Helt <krzysztof.h1 <at> wp.pl> > > > > Convert console/sticore.c file to use PCI ROM API. > > > > Signed-off-by: Krzysztof Helt <krzysztof.h1 <at> wp.pl> > > > > --- > > I don't have cross-compiler nor the hardware so PARISC guys > > please test it. > > [...] > > Thanks for the patch. > Below is the fixed version for parisc. > Compile- and run-tested by me. > Please apply. > Thank you for testing. I have only one question. Why does the address parameter to the sti_try_rom_generic() is unsigned long and not (char __iomem *)? It would simplify the code (two type casts removed). Now, I see that I have made an error in the patch that no rom_base variable has been defined in the sti_try_rom_generic(). My intention was to use the address parameter directly. Is this ok (change the parameter type) on parisc linux?(Continue reading)
RSS Feed