NetBSD-Bugs archive

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

Re: port-hp700/35531: iee0 does not work on 735/99



The following reply was made to PR port-hp700/35531; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%NetBSD.org@localhost, gnats-admin%NetBSD.org@localhost, 
netbsd-bugs%NetBSD.org@localhost,
        root%garbled.net@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: port-hp700/35531: iee0 does not work on 735/99
Date: Wed, 6 May 2009 17:14:33 +0900

 >  The 735 is a PCXT, PA-RISC 1.1b. Can you post DEBUG output of cpuid.version,
 >  please?
 
 Here it is (#define DEBUG in machdep.c):
 ---
 7284172+110592+487424 [277280+265479]=0x916d0c
 Start @ 0x200000 [1=0xa92000-0xb16d0c]...
 PDC_CACHE_SETCS: 0, 0, 0, 0 (-2)
 SPID bits: 0x0, error = -2
 pdc_model.hvers 8288
 cpuid: model 735/130 (Snake Cheetah)
 WARNING: PDC_MODEL_CPUID error -2
 pdc_coproc: 0xc0, 0xc0; model 9 rev 1
 cpuid: bootstrap fpu
 btlb info: minsz=128, maxsz=16384
 btlb fixed: i=0, d=0, c=16
 btlb varbl: i=0, d=0, c=0
 hppa_btlb_size_min 0x80
 hppa_btlb_size_max 0x4000
 cpuid: pmap_hptsize 0x10000
 hppa_init: PDC_CHASSIS
 hppa_init: intr bootstrap
 Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
  :
 ---
 
 So we have to handle older machines (which don't return CPUIDs)
 separately as 5.0 did with HPPA_TYPE_BOARD and pdc_model.hvers?
 Or can we assume CPUID from fpu_model as PCXW kludge?
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index