* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
@ 2005-06-28 14:33 ` Nico Golde
2005-06-28 14:35 ` Matthew Wilcox
` (9 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Nico Golde @ 2005-06-28 14:33 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 428 bytes --]
Hi,
* Nico Golde <nico@ngolde.de> [2005-06-28 16:32]:
> do you think that:
> printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> is a typo?
sorry, forgot: kernel/panic.c:126
--
Nico Golde - JAB: nion@jabber.ccc.de | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
VIM has two modes - the one in which it beeps
and the one in which it doesn't -- encrypted mail preferred
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
2005-06-28 14:33 ` Nico Golde
@ 2005-06-28 14:35 ` Matthew Wilcox
2005-06-28 14:45 ` Nico Golde
` (8 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Matthew Wilcox @ 2005-06-28 14:35 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 646 bytes --]
On Tue, Jun 28, 2005 at 04:16:25PM +0200, Nico Golde wrote:
> Hi,
> do you think that:
> printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> is a typo?
On Sparc, no. What do you think is a typo about it?
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
2005-06-28 14:33 ` Nico Golde
2005-06-28 14:35 ` Matthew Wilcox
@ 2005-06-28 14:45 ` Nico Golde
2005-06-28 15:25 ` Ricardo Nabinger Sanchez
` (7 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Nico Golde @ 2005-06-28 14:45 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 833 bytes --]
Hello Matthew,
* Matthew Wilcox <matthew@wil.cx> [2005-06-28 16:41]:
> On Tue, Jun 28, 2005 at 04:16:25PM +0200, Nico Golde wrote:
> > Hi,
> > do you think that:
> > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > is a typo?
>
> On Sparc, no. What do you think is a typo about it?
I thought it is because if I understood boot prom correctly
it is something which has to do with networking and booting.
But here a user interaction is meant (because of the press)
and in my opinion this part of the panic code has nothing to
do with networking.
regards nico
--
Nico Golde - JAB: nion@jabber.ccc.de | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
VIM has two modes - the one in which it beeps
and the one in which it doesn't -- encrypted mail preferred
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (2 preceding siblings ...)
2005-06-28 14:45 ` Nico Golde
@ 2005-06-28 15:25 ` Ricardo Nabinger Sanchez
2005-06-28 15:36 ` Nish Aravamudan
` (6 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Ricardo Nabinger Sanchez @ 2005-06-28 15:25 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 493 bytes --]
Quoting Matthew Wilcox <matthew@wil.cx>
Sent on Tue, 28 Jun 2005 15:35:24 +0100
> > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > is a typo?
>
> On Sparc, no. What do you think is a typo about it?
I'd expect "prompt" instead of "prom". what does 'prom' mean in Sparc, for
curiosity?
--
Ricardo Nabinger Sanchez
GNU/Linux #140696 [http://counter.li.org]
Slackware Linux + FreeBSD
How long a minute is depends on which
side of the bathroom door you're on.
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (3 preceding siblings ...)
2005-06-28 15:25 ` Ricardo Nabinger Sanchez
@ 2005-06-28 15:36 ` Nish Aravamudan
2005-06-28 15:36 ` Matthew Wilcox
` (5 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Nish Aravamudan @ 2005-06-28 15:36 UTC (permalink / raw)
To: kernel-janitors
On 6/28/05, Ricardo Nabinger Sanchez <rnsanchez@terra.com.br> wrote:
> Quoting Matthew Wilcox <matthew@wil.cx>
> Sent on Tue, 28 Jun 2005 15:35:24 +0100
>
> > > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > > is a typo?
> >
> > On Sparc, no. What do you think is a typo about it?
>
> I'd expect "prompt" instead of "prom". what does 'prom' mean in Sparc, for
> curiosity?
I'm assuming, Programmable Read-Only Memory: http://en.wikipedia.org/wiki/PROM
Thanks,
Nish
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (4 preceding siblings ...)
2005-06-28 15:36 ` Nish Aravamudan
@ 2005-06-28 15:36 ` Matthew Wilcox
2005-06-28 15:41 ` maximilian attems
` (4 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Matthew Wilcox @ 2005-06-28 15:36 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1137 bytes --]
On Tue, Jun 28, 2005 at 04:45:36PM +0200, Nico Golde wrote:
> * Matthew Wilcox <matthew@wil.cx> [2005-06-28 16:41]:
> > On Tue, Jun 28, 2005 at 04:16:25PM +0200, Nico Golde wrote:
> > > Hi,
> > > do you think that:
> > > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > > is a typo?
> >
> > On Sparc, no. What do you think is a typo about it?
>
> I thought it is because if I understood boot prom correctly
> it is something which has to do with networking and booting.
> But here a user interaction is meant (because of the press)
> and in my opinion this part of the panic code has nothing to
> do with networking.
I think you misunderstand what a boot prom is. There is no typo here.
--
"Next the statesmen will invent cheap lies, putting the blame upon
the nation that is attacked, and every man will be glad of those
conscience-soothing falsities, and will diligently study them, and refuse
to examine any refutations of them; and thus he will by and by convince
himself that the war is just, and will thank God for the better sleep
he enjoys after this process of grotesque self-deception." -- Mark Twain
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (5 preceding siblings ...)
2005-06-28 15:36 ` Matthew Wilcox
@ 2005-06-28 15:41 ` maximilian attems
2005-06-28 15:59 ` Ricardo Nabinger Sanchez
` (3 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: maximilian attems @ 2005-06-28 15:41 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 975 bytes --]
On Tue, 28 Jun 2005, Nico Golde wrote:
> Hello Matthew,
>
> * Matthew Wilcox <matthew@wil.cx> [2005-06-28 16:41]:
> > On Tue, Jun 28, 2005 at 04:16:25PM +0200, Nico Golde wrote:
> > > Hi,
> > > do you think that:
> > > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > > is a typo?
> >
> > On Sparc, no. What do you think is a typo about it?
>
> I thought it is because if I understood boot prom correctly
> it is something which has to do with networking and booting.
> But here a user interaction is meant (because of the press)
> and in my opinion this part of the panic code has nothing to
> do with networking.
> regards nico
please use more recent sources.
for people not used to sparc the message got really improved:
printk(KERN_EMERG "Press Stop-A (L8-A) to return to the boot prom\n");
remember my first time glaring at it. :)
anyway if you aren't exposed to sparc you could ignore code inside of
#ifdef __sparc__
--
maks
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (6 preceding siblings ...)
2005-06-28 15:41 ` maximilian attems
@ 2005-06-28 15:59 ` Ricardo Nabinger Sanchez
2005-06-28 16:03 ` Nico Golde
` (2 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Ricardo Nabinger Sanchez @ 2005-06-28 15:59 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 666 bytes --]
Quoting Nish Aravamudan <nish.aravamudan@gmail.com>
Sent on Tue, 28 Jun 2005 08:36:25 -0700
> > I'd expect "prompt" instead of "prom". what does 'prom' mean in Sparc,
> > for curiosity?
>
> I'm assuming, Programmable Read-Only Memory:
> http://en.wikipedia.org/wiki/PROM
in this case, I'd expect to be "PROM", as it becomes clearer that it's an
acronym. on my ignorance, I thought it was "boot prompt", due to all-
lowercase writing.
and yes, I never used a Sparc before :)
--
Ricardo Nabinger Sanchez
GNU/Linux #140696 [http://counter.li.org]
Slackware Linux + FreeBSD
How long a minute is depends on which
side of the bathroom door you're on.
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (7 preceding siblings ...)
2005-06-28 15:59 ` Ricardo Nabinger Sanchez
@ 2005-06-28 16:03 ` Nico Golde
2005-06-28 16:06 ` Nico Golde
2005-06-28 17:12 ` Don Koch
10 siblings, 0 replies; 12+ messages in thread
From: Nico Golde @ 2005-06-28 16:03 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 1106 bytes --]
Hi
* Matthew Wilcox <matthew@wil.cx> [2005-06-28 17:43]:
> On Tue, Jun 28, 2005 at 04:45:36PM +0200, Nico Golde wrote:
> > * Matthew Wilcox <matthew@wil.cx> [2005-06-28 16:41]:
> > > On Tue, Jun 28, 2005 at 04:16:25PM +0200, Nico Golde wrote:
> > > > Hi,
> > > > do you think that:
> > > > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > > > is a typo?
> > >
> > > On Sparc, no. What do you think is a typo about it?
> >
> > I thought it is because if I understood boot prom correctly
> > it is something which has to do with networking and booting.
> > But here a user interaction is meant (because of the press)
> > and in my opinion this part of the panic code has nothing to
> > do with networking.
>
> I think you misunderstand what a boot prom is. There is no typo here.
Please explain, why it is no typo..
regards nico
--
Nico Golde - JAB: nion@jabber.ccc.de | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
VIM has two modes - the one in which it beeps
and the one in which it doesn't -- encrypted mail preferred
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (8 preceding siblings ...)
2005-06-28 16:03 ` Nico Golde
@ 2005-06-28 16:06 ` Nico Golde
2005-06-28 17:12 ` Don Koch
10 siblings, 0 replies; 12+ messages in thread
From: Nico Golde @ 2005-06-28 16:06 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1.1: Type: text/plain, Size: 1382 bytes --]
Hi,
* maximilian attems <janitor@sternwelten.at> [2005-06-28 18:04]:
> On Tue, 28 Jun 2005, Nico Golde wrote:
>
> > * Matthew Wilcox <matthew@wil.cx> [2005-06-28 16:41]:
> > > On Tue, Jun 28, 2005 at 04:16:25PM +0200, Nico Golde wrote:
> > > > Hi,
> > > > do you think that:
> > > > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > > > is a typo?
> > >
> > > On Sparc, no. What do you think is a typo about it?
> >
> > I thought it is because if I understood boot prom correctly
> > it is something which has to do with networking and booting.
> > But here a user interaction is meant (because of the press)
> > and in my opinion this part of the panic code has nothing to
> > do with networking.
> > regards nico
>
> please use more recent sources.
i used 2.6.12-git10
> for people not used to sparc the message got really improved:
> printk(KERN_EMERG "Press Stop-A (L8-A) to return to the boot prom\n");
> remember my first time glaring at it. :)
>
> anyway if you aren't exposed to sparc you could ignore code inside of
> #ifdef __sparc__
ok thanks!
regards nico
--
Nico Golde - JAB: nion@jabber.ccc.de | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org
VIM has two modes - the one in which it beeps
and the one in which it doesn't -- encrypted mail preferred
[-- Attachment #1.2: Type: application/pgp-signature, Size: 189 bytes --]
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread* Re: [KJ] typo?
2005-06-28 14:16 [KJ] typo? Nico Golde
` (9 preceding siblings ...)
2005-06-28 16:06 ` Nico Golde
@ 2005-06-28 17:12 ` Don Koch
10 siblings, 0 replies; 12+ messages in thread
From: Don Koch @ 2005-06-28 17:12 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 868 bytes --]
* Matthew Wilcox <matthew@wil.cx> [2005-06-28 17:43]:
> On Tue, Jun 28, 2005 at 04:45:36PM +0200, Nico Golde wrote:
> > * Matthew Wilcox <matthew@wil.cx> [2005-06-28 16:41]:
> > > On Tue, Jun 28, 2005 at 04:16:25PM +0200, Nico Golde wrote:
> > > > Hi,
> > > > do you think that:
> > > > printk(KERN_EMERG "Press L1-A to return to the boot prom\n")
> > > > is a typo?
> > > On Sparc, no. What do you think is a typo about it?
> > I thought it is because if I understood boot prom correctly
> > it is something which has to do with networking and booting.
> I think you misunderstand what a boot prom is. There is no typo here.
nico@ngolde.de said:
> Please explain, why it is no typo..
It means to return to running the program that is in the boot prom,
which, yes, is a programmable ROM. This is a standard Sun colloquialism.
--
Don Koch
http://www.krl.com/
[-- Attachment #2: Type: text/plain, Size: 167 bytes --]
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
^ permalink raw reply [flat|nested] 12+ messages in thread