Module Name:    src
Committed By:   sborrill
Date:           Fri Feb  7 12:12:27 UTC 2014

Modified Files:
        src/sys/arch/hp700/hp700 [netbsd-6]: machdep.c

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.107.2.2 -r1.107.2.3 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.107.2.2 src/sys/arch/hp700/hp700/machdep.c:1.107.2.3
--- src/sys/arch/hp700/hp700/machdep.c:1.107.2.2	Mon Feb 27 20:15:33 2012
+++ src/sys/arch/hp700/hp700/machdep.c	Fri Feb  7 12:12:27 2014
@@ -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 @@ 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:

Reply via email to