From: Petr V. <van...@vc...> - 2004-04-03 16:09:46
|
On Sat, Apr 03, 2004 at 04:43:10PM +0200, Johan Gullden wrote: > On Sat, 3 Apr 2004 15:41:18 +0200 > Sven Luther <sve...@wa...> wrote: > > > > > > > > > Ok, there seems to be some missunderstanding, I will take a picture of the console. So you all can se waht I mean. > > > > > > > > > > The pictures are really bad. But you should see what I mean. > > > Pictures are visible at: http://hem.passagen.se/stimp > > > > Nope, i don't understand what the problem is from those picutres, they > > seem rather normal to me. I may be wrong though. > > > > Ok, if you look at the second picture from the bottom you can read > > "Setting DNS d dainname to useseet..." > "Bringing eth0h0p..." > "Setting defeflt gateway..." > > etc. It should not be this werid text the first should be > > "Setting DNS domainname to usernet" > > and the loginpromt should be. > > "This is jonix.unsernet (Linux ppc 2.6.4-pegasos0)" Ah, now I see that it is PPC... With card from Matrox? If you'll look at matroxfb_read_pins(), you'll find that driver reads framebuffer base address and enables BIOS at that address - it is solution recommended by Matrox if BIOS is disabled on device. You should probably instrument parse_bios() to make sure that it finds what one would expect. Region is uncacheable, so there should be no problem on CPU side, and on hardware side mga chips are designed to have all four memory regions overlapped, and their behavior is specced for such configurations. But if your card comes with firmware from IBM, you'll have to ask IBM. Unless their firmwares conform to memory layout Matrox itself uses. Petr |