NetBSD-Bugs archive

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

port-hppa/52129: NetBSD/hppa 7.1 fails to boot on 712/60



>Number:         52129
>Category:       port-hppa
>Synopsis:       NetBSD/hppa 7.1 fails to boot on 712/60
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    port-hppa-maintainer
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Apr 02 08:20:00 +0000 2017
>Originator:     Izumi Tsutsui
>Release:        NetBSD 7.1
>Organization:
>Environment:
System: NetBSD 7.1 
Architecture: hppa
Machine: hppa
>Description:
Booting NetBSD/hppa 7.1 RAMDISK kernel fails to boot no 712/60:

---
----------------------------------------------------------------------------
BootRom Version    2.3  
Memory Size:  128 MB
----------------------------------------------------------------------------




(c) Copyright 1990-1993, Hewlett-Packard Company.
All rights reserved

Press <ESCAPE> to stop boot sequence.
Selecting a system to boot.

Booting


NetBSD/hp700 FFS/LFS Primary Bootstrap

32bit firmware

booting from partition a
filesystem: FFS
looking up boot.hp700
looking up boot
loading boot at 0x22800...done



>> NetBSD/hp700 LIF/FFS/LFS Boot, Revision 1.4
>> (builds%b4.netbsd.org@localhost, Sun Apr 26 16:24:19 UTC 2009)
>> Enter "reset" to reset system.
Boot: [[[dk6a:]netbsd][-a][-c][-d][-s][-v][-q]] :- netbsd-RAMDISK
9750624+3347264+359616=0xd89304
Start @ 0x200000 [1=0xf89000-0xf89304]...
WARNING: Unknown cpu_type for cpu_modelno 600
panic: CPU detection failed. Please report the problem.

---

>How-To-Repeat:
Boot NetBSD/hppa 7.1 netbsd-RAMDISK kernel on 712/60 (and maybe other 712s)

>Fix:
Add proper BOARD types in machdep.c:cpu_model_cpuid()?
(untested)

---
Index: sys/arch/hppa/hppa/machdep.c
===================================================================
RCS file: /cvsroot/src/sys/arch/hppa/hppa/machdep.c,v
retrieving revision 1.4
diff -u -p -d -r1.4 machdep.c
--- sys/arch/hppa/hppa/machdep.c	18 Apr 2014 18:32:00 -0000	1.4
+++ sys/arch/hppa/hppa/machdep.c	2 Apr 2017 08:05:56 -0000
@@ -861,6 +861,9 @@ cpu_model_cpuid(int modelno)
 	case HPPA_BOARD_HPE25:
 	case HPPA_BOARD_HPE35:
 	case HPPA_BOARD_HPE45:
+	case HPPA_BOARD_HP712_60:
+	case HPPA_BOARD_HP712_80:
+	case HPPA_BOARD_HP712_100:
 	case HPPA_BOARD_HP715_80:
 	case HPPA_BOARD_HP715_64:
 	case HPPA_BOARD_HP715_100:

---



Home | Main Index | Thread Index | Old Index