Port-hp700 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Visualize J6700



Hi!


From: Nick Hudson <nick.hudson%gmx.co.uk@localhost>
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
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
        lance%magician.fool@localhost:/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> 


Home | Main Index | Thread Index | Old Index