Discover the KA88 cpu.
This commit is contained in:
parent
3a73106b1b
commit
9c3b3ed9c6
|
@ -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 @@ findcpu(void)
|
|||
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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue