Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/hp700/hp700 Pull up the following revisions(s) (...



details:   https://anonhg.NetBSD.org/src/rev/ff0437a9a234
branches:  netbsd-6
changeset: 776564:ff0437a9a234
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Fri Feb 07 12:12:27 2014 +0000

description:
Pull up the following revisions(s) (requested by skrll in ticket #1018):
        sys/arch/hp700/hp700/machdep.c: revision 1.118

Fix HP715/100 cpu and device detection.

diffstat:

 sys/arch/hp700/hp700/machdep.c |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (32 lines):

diff -r b6f4311035ca -r ff0437a9a234 sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c    Fri Feb 07 11:41:22 2014 +0000
+++ b/sys/arch/hp700/hp700/machdep.c    Fri Feb 07 12:12:27 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.107.2.2 2012/02/27 20:15:33 riz Exp $    */
+/*     $NetBSD: machdep.c,v 1.107.2.3 2014/02/07 12:12:27 sborrill 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.107.2.2 2012/02/27 20:15:33 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.107.2.3 2014/02/07 12:12:27 sborrill Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -861,6 +861,13 @@
        case HPPA_BOARD_HPE25:
        case HPPA_BOARD_HPE35:
        case HPPA_BOARD_HPE45:
+       case HPPA_BOARD_HP715_80:
+       case HPPA_BOARD_HP715_64:
+       case HPPA_BOARD_HP715_100:
+       case HPPA_BOARD_HP715_100XC:
+       case HPPA_BOARD_HP715_100L:
+       case HPPA_BOARD_HP715_120L:
+       case HPPA_BOARD_HP715_80M:
                return hpcxl;
 
        case HPPA_BOARD_HP735_99:



Home | Main Index | Thread Index | Old Index