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 Discover the KA88 cpu.
details: https://anonhg.NetBSD.org/src/rev/594abfad233e
branches: trunk
changeset: 495332:594abfad233e
user: ragge <ragge%NetBSD.org@localhost>
date: Wed Jul 26 11:50:51 2000 +0000
description:
Discover the KA88 cpu.
diffstat:
sys/arch/vax/vax/findcpu.c | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 2ca514b2d51b -r 594abfad233e sys/arch/vax/vax/findcpu.c
--- a/sys/arch/vax/vax/findcpu.c Wed Jul 26 11:50:16 2000 +0000
+++ b/sys/arch/vax/vax/findcpu.c Wed Jul 26 11:50:51 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: findcpu.c,v 1.8 2000/05/22 15:41:31 matt Exp $ */
+/* $NetBSD: findcpu.c,v 1.9 2000/07/26 11:50:51 ragge Exp $ */
/*
* Copyright (c) 1994, 1998 Ludd, University of Lule}, Sweden.
* All rights reserved.
@@ -120,8 +120,12 @@
break;
case VAX_TYP_8NN:
+ vax_boardtype = VAX_BTYP_8800; /* subversion later */
+ vax_bustype = VAX_NBIBUS;
+ break;
+
case VAX_TYP_8PS:
- vax_boardtype = VAX_BTYP_8800;
+ vax_boardtype = VAX_BTYP_8PS;
vax_bustype = VAX_NBIBUS;
break;
Home |
Main Index |
Thread Index |
Old Index