Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hp700/hp700 Update cpu_model_cpuid to work for E[23...



details:   https://anonhg.NetBSD.org/src/rev/dfcd9617fe28
branches:  trunk
changeset: 758567:dfcd9617fe28
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Nov 08 19:59:20 2010 +0000

description:
Update cpu_model_cpuid to work for E[2345]5 machines.

>From Sergey Svishchev.

diffstat:

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

diffs (31 lines):

diff -r 3f42ca922576 -r dfcd9617fe28 sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c    Mon Nov 08 19:06:12 2010 +0000
+++ b/sys/arch/hp700/hp700/machdep.c    Mon Nov 08 19:59:20 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.88 2010/06/06 12:13:35 skrll Exp $       */
+/*     $NetBSD: machdep.c,v 1.89 2010/11/08 19:59:20 skrll 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.88 2010/06/06 12:13:35 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.89 2010/11/08 19:59:20 skrll Exp $");
 
 #include "opt_cputype.h"
 #include "opt_ddb.h"
@@ -843,6 +843,12 @@
        case HPPA_BOARD_HP705:
                return hpcxs;
 
+       case HPPA_BOARD_HPE23:
+       case HPPA_BOARD_HPE25:
+       case HPPA_BOARD_HPE35:
+       case HPPA_BOARD_HPE45:
+               return hpcxl;
+
        case HPPA_BOARD_HP735_99:
        case HPPA_BOARD_HP755_99:
        case HPPA_BOARD_HP755_125:



Home | Main Index | Thread Index | Old Index