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 more machines that need help w...



details:   https://anonhg.NetBSD.org/src/rev/5f20cc08753e
branches:  trunk
changeset: 758648:5f20cc08753e
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Nov 12 06:54:56 2010 +0000

description:
Add some more machines that need help with autoconf.

Slight variation on patch from Sergey Svishchev

diffstat:

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

diffs (30 lines):

diff -r fce629cdcd40 -r 5f20cc08753e sys/arch/hp700/hp700/mainbus.c
--- a/sys/arch/hp700/hp700/mainbus.c    Fri Nov 12 05:23:41 2010 +0000
+++ b/sys/arch/hp700/hp700/mainbus.c    Fri Nov 12 06:54:56 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mainbus.c,v 1.71 2010/06/30 06:33:52 skrll Exp $       */
+/*     $NetBSD: mainbus.c,v 1.72 2010/11/12 06:54:56 skrll Exp $       */
 
 /*-
  * Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.71 2010/06/30 06:33:52 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mainbus.c,v 1.72 2010/11/12 06:54:56 skrll Exp $");
 
 #include "locators.h"
 #include "power.h"
@@ -1425,6 +1425,11 @@
 #endif 
 
        switch (cpu_hvers) {
+       case HPPA_BOARD_HPE23:
+       case HPPA_BOARD_HPE25:
+       case HPPA_BOARD_HPE35:
+       case HPPA_BOARD_HPE45:
+
        case HPPA_BOARD_HP809:
        case HPPA_BOARD_HP819:
        case HPPA_BOARD_HP829:



Home | Main Index | Thread Index | Old Index