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 Add some 715 machines to cpu_model_cpui...
details: https://anonhg.NetBSD.org/src/rev/9d4f7ca92f8d
branches: trunk
changeset: 326032:9d4f7ca92f8d
user: skrll <skrll%NetBSD.org@localhost>
date: Thu Jan 16 13:19:36 2014 +0000
description:
Add some 715 machines to cpu_model_cpuid including the 715/100 that
Ryo ONODERA has.
diffstat:
sys/arch/hp700/hp700/machdep.c | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (32 lines):
diff -r 0e2089948511 -r 9d4f7ca92f8d sys/arch/hp700/hp700/machdep.c
--- a/sys/arch/hp700/hp700/machdep.c Thu Jan 16 13:07:07 2014 +0000
+++ b/sys/arch/hp700/hp700/machdep.c Thu Jan 16 13:19:36 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.117 2014/01/16 13:07:07 skrll Exp $ */
+/* $NetBSD: machdep.c,v 1.118 2014/01/16 13:19:36 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.117 2014/01/16 13:07:07 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.118 2014/01/16 13:19:36 skrll 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