Module Name: src
Committed By: skrll
Date: Thu Jan 16 13:19:36 UTC 2014
Modified Files:
src/sys/arch/hp700/hp700: machdep.c
Log Message:
Add some 715 machines to cpu_model_cpuid including the 715/100 that
Ryo ONODERA has.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 src/sys/arch/hp700/hp700/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hp700/hp700/machdep.c
diff -u src/sys/arch/hp700/hp700/machdep.c:1.117 src/sys/arch/hp700/hp700/machdep.c:1.118
--- src/sys/arch/hp700/hp700/machdep.c:1.117 Thu Jan 16 13:07:07 2014
+++ src/sys/arch/hp700/hp700/machdep.c Thu Jan 16 13:19:36 2014
@@ -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 @@ cpu_model_cpuid(int modelno)
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: