Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: ralf@uni-koblenz.de
To: Dong Liu <dliu@npiww.com>
Cc: linux@cthulhu.engr.sgi.com
Subject: Re: serial console
Date: Fri, 3 Apr 1998 02:47:32 +0200	[thread overview]
Message-ID: <19980403024732.64164@uni-koblenz.de> (raw)
In-Reply-To: <199804022353.SAA15219@pluto.npiww.com>; from Dong Liu on Thu, Apr 02, 1998 at 06:53:46PM -0500

On Thu, Apr 02, 1998 at 06:53:46PM -0500, Dong Liu wrote:

>  >      For reduced user confusion, accepting "console=d" as an alias
>  > for "console=d1" might reduce user confusion.

Correct.

> Yes, but from arch/mips/sgi/setup.c
> 
> 	ctype = prom_getenv("console");
> 	serial_console = 0;
> 	if(*ctype == 'd') {
> 		if(*(ctype+1)=='2')
> 			serial_console = 1;
> 		else
> 			serial_console = 2;
> 		if(!serial_console) {
> 			prom_printf("Weird console env setting %s\n", ctype);
> 			prom_printf("Press a key to reboot.\n");
> 			prom_getchar();
> 			prom_imode();
> 		}
> 	}
> 
> It got it the wrong serial_console, "d2" means serial port 1, "d"
> means serial port 2.

Ooops.

> Any way, I think I found out why serial port doesn't work, con_init()
> call rs_cons_hook() before rs_init got called. 
> 
> But now I got another problem, I got the patch from
> ftp://zero.aec.at/pub/sgi-linux, using the same .config file from the
> same ftp site, I got
> 
> Exception: <vector=UTLB Miss>
> Status register: 0x30044803<CU1,CU0,CH,IM7,IM4,IPL=???,MODE=KERNEL,EXL,IE>
> Cause register: 0x8008<CE=0,IP8,EXC=RMISS>
> Exception PC: 0x880ec7f0, Exception RA: 0x880f0294
> exception, bad address: 0x0
> Local I/O interrupt register 1: 0x80 <VR/GIO2>
>   Saved user regs in hex (&gpda 0xa8740e08, &_regs 0xa8741008):
>   arg: 0 8bfffcae 8bfffc24 88107498
>   tmp: e 8813e5bc a 8811216c 100000 88100000 0 48
>   sve: 88121228 2 8813e570 4 4 1 88121220 9fc47a40
>   t8 48 t9 bfbd9833 at 4f v0 1 v1 88107498 k1 bad11bad
>   gp 8bf70000 fp 9fc47bac sp 8bfff840 ra 880f0294

Which looks similar to the Challenge S report recently posted to this
list, but not the same.

  Ralf

  reply	other threads:[~1998-04-03  0:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-04-02 17:31 kernel panic Ulf Carlsson
1998-04-02 17:29 ` ralf
1998-04-02 18:55 ` Dong Liu
1998-04-02 18:47   ` ralf
1998-04-02 19:22     ` Dong Liu
1998-04-02 20:37       ` ralf
1998-04-02 21:10         ` Dong Liu
1998-04-02 20:06     ` serial console Dong Liu
1998-04-02 21:35       ` ralf
1998-04-02 23:16         ` William J. Earl
1998-04-02 23:53           ` Dong Liu
1998-04-03  0:47             ` ralf [this message]
1998-04-04 20:27         ` Oliver Frommel

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=19980403024732.64164@uni-koblenz.de \
    --to=ralf@uni-koblenz.de \
    --cc=dliu@npiww.com \
    --cc=linux@cthulhu.engr.sgi.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox