Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/hppa/hppa Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/c716d21c4ee0
branches:  netbsd-7
changeset: 800193:c716d21c4ee0
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Apr 20 07:04:48 2017 +0000

description:
Pull up following revision(s) (requested by skrll in ticket #1396):
        sys/arch/hppa/hppa/machdep.c: revision 1.7
PR/52129: NetBSD/hppa 7.1 fails to boot on 712/60
Add 712/* models to cpu_model_cpuid

diffstat:

 sys/arch/hppa/hppa/machdep.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 0dd58fb3457d -r c716d21c4ee0 sys/arch/hppa/hppa/machdep.c
--- a/sys/arch/hppa/hppa/machdep.c      Thu Apr 20 06:47:28 2017 +0000
+++ b/sys/arch/hppa/hppa/machdep.c      Thu Apr 20 07:04:48 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.4 2014/04/18 18:32:00 martin Exp $       */
+/*     $NetBSD: machdep.c,v 1.4.6.1 2017/04/20 07:04:48 snj Exp $      */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.4 2014/04/18 18:32:00 martin Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.4.6.1 2017/04/20 07:04:48 snj Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -861,6 +861,9 @@
        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