Subject: Re: yamt-idlelwp fallout for mips/cobalt?
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Markus W Kilbinger <mk@kilbi.de>
List: port-mips
Date: 05/22/2007 14:58:32
>>>>> "Tsutsui" == Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> writes:

    Tsutsui> Index: arch/cobalt/cobalt/machdep.c
    Tsutsui> ===================================================================
    Tsutsui> RCS file: /cvsroot/src/sys/arch/cobalt/cobalt/machdep.c,v
    Tsutsui> retrieving revision 1.82 diff -u -r1.82 machdep.c
    Tsutsui> --- arch/cobalt/cobalt/machdep.c 17 May 2007 14:51:16
    Tsutsui>     -0000 1.82
    Tsutsui> +++ arch/cobalt/cobalt/machdep.c 22 May 2007 10:20:15
    Tsutsui>     -0000
    Tsutsui> [...]

    Tsutsui> Index: arch/mips/mips/mipsX_subr.S
    Tsutsui> ===================================================================
    Tsutsui> RCS file: /cvsroot/src/sys/arch/mips/mips/mipsX_subr.S,v
    Tsutsui> retrieving revision 1.23 diff -u -r1.23 mipsX_subr.S
    Tsutsui> --- arch/mips/mips/mipsX_subr.S 17 May 2007 14:51:24
    Tsutsui>     -0000 1.23
    Tsutsui> +++ arch/mips/mips/mipsX_subr.S 22 May 2007 11:02:43
    Tsutsui>     -0000
    Tsutsui> [...]

Aah, I've missed your machdep.c patch, sorry! So, with both patches I
have a booting and running actual -current kernel on my qube2 again!:

  >> NetBSD/cobalt 4.99.19 Bootloader, Revision 0.1 [@0x80f00000]
  >> (root@mach, Thu May 17 06:26:27 MEST 2007)
  >> Memory:              262144 k
  >> PROM boot string:    root=/dev/hda1 ro
  Boot [wd0a:netbsd]: 
  Loading: wd0a:netbsd
  3181072+247144 [117008+109105]=0x37c688
  Starting at 0x80001000
  
  Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
      2006, 2007
      The NetBSD Foundation, Inc.  All rights reserved.
  Copyright (c) 1982, 1986, 1989, 1991, 1993
      The Regents of the University of California.  All rights reserved.
  
  NetBSD 4.99.20 (MYQUBE) #1: Tue May 22 14:40:27 MEST 2007
          kilbi@mach:/usr/src/sys/arch/cobalt/compile/MYQUBE
  Cobalt Qube 2
  total memory = 256 MB
  avail memory = 246 MB
  mainbus0 (root)
  com0 at mainbus0 addr 0x1c800000 level 3: st16650a, working fifo
  com0: console
  cpu0 at mainbus0: QED RM5200 CPU (0x28a0) Rev. 10.0 with built-in FPU Rev. 10.0
  [...]
  Starting asterisk.
  Starting apache.
  Starting afpd.
  Tue May 22 14:55:08 MEST 2007
  
  NetBSD/cobalt (myqube) (tty00)
  
  login: 

Thanks!

Markus.