Re: Visualize J6700

KIYOHARA Takashi <[email protected]> Sat, 23 Feb 2013 22:26:31 +0900 (JST)
Newsgroups gmane.os.netbsd.ports.hp700
Message-ID <[email protected]>
----Next_Part(Sat_Feb_23_22_26_31_2013_917)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Hi!


From: Nick Hudson <[email protected]>
Date: Mon, 18 Feb 2013 19:31:18 +0000

> On 02/18/13 19:29, Nick Hudson wrote:
> > +	if (cf->cf_unit >= HPPA_MAXCPUS)
> err, off-by-one... "cf_unit > HPPA_MAXCPUS"

Oops, cf_unit is always 0...

+printf("%s: unit=%d\n", __func__, cf->cf_unit);
	if (cf->cf_unit > HPPA_MAXCPUS)



I try to GENERIC now.

Thanks,
--
kiyohara

----Next_Part(Sat_Feb_23_22_26_31_2013_917)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename=typescript

Start @ 0x200000 [1=0xc9c000-0xd3ca38]...
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
    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 6.99.17 (GENERIC) #2: Sat Feb 23 21:17:16 JST 2013
	[email protected]:/usr/src/sys/arch/hp700/compile/GENERIC
HP9000/785/J6700 (Duet W2)
real mem = 3072 MB (73728 reserved for PROM, 3058 MB used by NetBSD)
avail mem = 3005 MB
mainbus0 (root) [flex fff80000]
pdc0 at mainbus0
power0 at mainbus0
cpumatch: unit=0
cpu0 at mainbus0 hpa 0xfffa0000 path 32 irq 31: PA8700 (Piranha) rev 0
cpu0: PCXW2, PA-RISC 2.0, lev 1, cat B, 750 MHz clk
cpu0: shadows, 1536K/768K D/I caches, 240 shared TLB, 0/0 D/I BTLBs
cpu0: PCXW2 floating point, rev 1
cpumatch: unit=0
cpu1 at mainbus0 hpa 0xfffa2000 path 34 irq 31: PA8700 (Piranha) rev 0
cpu1: PCXW2, PA-RISC 2.0, lev 1, cat B, 750 MHz clk
cpu1: shadows, 1536K/768K D/I caches, 240 shared TLB, 0/0 D/I BTLBs
cpu1: PCXW2 floating point, rev 1
panic: trap: uvm_fault(0xc97ec0, 0, 1): 14
Stopped in pid 0.1 (system) at  netbsd:cpu_Debugger+0x10:       ldo     R'40(%r3
), %r30
db> 

----Next_Part(Sat_Feb_23_22_26_31_2013_917)----