From: Claus Enneper <cl.en@gmx.net>
To: linuxppc-dev@lists.linuxppc.org
Subject: Re: quik-1.3.1and 2.2.16_pmac-stable ?
Date: Sat, 17 Jun 2000 01:05:41 +0200 [thread overview]
Message-ID: <20000617010541.B508@olis.north.de> (raw)
In-Reply-To: v04210100b56ffd20eb36@[151.189.12.209]
PB3400
>rsync'ed 2.2.16 two days ago, built it with the same config, but got
>this error in OF:
>DEFAULT CATCH!, Code=FFF00300 at %SRR0: 0014B008 %SRR1: 00003070
hi,
in '/usr/src/linux-pmac-stable/arch/ppc/kernel/prom.c' line 431:
/* Find the OF version */
prom_op = call_prom(RELOC("finddevice"), 1, 1, RELOC("/openprom"));
RELOC(prom_version) = 0;
if (prom_op != (void*)-1) {
char model[64];
int sz;
sz = (int)call_prom(RELOC("getprop"), 4, 1, prom_op, RELOC("model"), model, 64);
if (sz > 0) {
if ( strncmp(model,RELOC("IBM"),3) ) {
char *c;
for (c = model; *c; c++)
if (*c >= '0' && *c <= '9') {
RELOC(prom_version) = *c - '0';
break;
}
} else
chrp = 1;
}
}
if (RELOC(prom_version) >= 3)
prom_print(RELOC("OF Version 3 detected.\n"));
all (prom_version) have their RELOC, so that's not the point.
unfortunatly, I'm not able to make a diff to 2.2.15pre14 to see the difference.
Thanks for any other hint.
--
Yours, ce
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
next prev parent reply other threads:[~2000-06-16 23:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-06-16 16:08 quik-1.3.1and 2.2.16_pmac-stable ? Claus Enneper
2000-06-16 23:05 ` Claus Enneper [this message]
2000-06-16 23:34 ` Benjamin Herrenschmidt
2000-06-17 0:20 ` Claus Enneper
2000-06-17 17:55 ` Daniel Jacobowitz
2000-06-18 13:48 ` Claus Enneper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20000617010541.B508@olis.north.de \
--to=cl.en@gmx.net \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.