Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Add 11/730 to recognized cpu-types.



details:   https://anonhg.NetBSD.org/src/rev/7f8fcfb8eaa4
branches:  trunk
changeset: 560117:7f8fcfb8eaa4
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sun Mar 28 19:52:01 2004 +0000

description:
Add 11/730 to recognized cpu-types.

diffstat:

 sys/arch/vax/vax/findcpu.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 21764c8e8a33 -r 7f8fcfb8eaa4 sys/arch/vax/vax/findcpu.c
--- a/sys/arch/vax/vax/findcpu.c        Sun Mar 28 19:38:30 2004 +0000
+++ b/sys/arch/vax/vax/findcpu.c        Sun Mar 28 19:52:01 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: findcpu.c,v 1.13 2003/10/18 12:06:11 ragge Exp $       */
+/*     $NetBSD: findcpu.c,v 1.14 2004/03/28 19:52:01 ragge Exp $       */
 /*
  * Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
  * All rights reserved.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.13 2003/10/18 12:06:11 ragge Exp $");
+__KERNEL_RCSID(0, "$NetBSD: findcpu.c,v 1.14 2004/03/28 19:52:01 ragge Exp $");
 
 #include <sys/param.h>
 #include <sys/device.h>
@@ -65,6 +65,9 @@
        vax_boardtype = vax_cputype << 24;
 
        switch (vax_cputype) {
+       case VAX_TYP_730:
+               vax_bustype = VAX_UNIBUS;
+               break;
        case VAX_TYP_780:
                vax_bustype = VAX_SBIBUS;
                break;



Home | Main Index | Thread Index | Old Index