From 66d8f5b544b2ccddc37a155f50f5fb39a66be5b8 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 20 Mar 1998 21:48:21 +0000 Subject: [PATCH] sync systypes w/ --- sys/arch/alpha/alpha/cpuconf.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sys/arch/alpha/alpha/cpuconf.c b/sys/arch/alpha/alpha/cpuconf.c index c951ee69496a..0b6d2a828c45 100644 --- a/sys/arch/alpha/alpha/cpuconf.c +++ b/sys/arch/alpha/alpha/cpuconf.c @@ -1,4 +1,4 @@ -/* $NetBSD: cpuconf.c,v 1.9 1998/01/29 22:20:15 ross Exp $ */ +/* $NetBSD: cpuconf.c,v 1.10 1998/03/20 21:48:21 thorpej Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All rights reserved. @@ -121,12 +121,19 @@ struct cpuinit cpuinit[] = { cpu_notsupp("???"), /* 18: ??? */ cpu_notsupp("ST_EB66"), /* 19: ST_EB66 */ cpu_init(dec_eb64plus_init,"DEC_EB64PLUS"), /* 20: ST_EB64P */ - cpu_notsupp("???"), /* 21: ??? */ + cpu_notsupp("ST_ALPHABOOK1"), /* 21: ST_ALPHABOOK1 */ cpu_notsupp("ST_DEC_4100"), /* 22: ST_DEC_4100 */ cpu_notsupp("ST_DEC_EV45_PBP"), /* 23: ST_DEC_EV45_PBP */ cpu_notsupp("ST_DEC_2100A_A500"), /* 24: ST_DEC_2100A_A500 */ cpu_notsupp("???"), /* 25: ??? */ cpu_init(dec_eb164_init,"DEC_EB164"), /* 26: ST_EB164 */ + cpu_notsupp("ST_DEC_1000A"), /* 27: ST_DEC_1000A */ + cpu_notsupp("ST_DEC_ALPHAVME_224"), /* 28: ST_DEC_ALPHAVME_224 */ + cpu_notsupp("???"), /* 29: ??? */ + cpu_notsupp("???"), /* 30: ??? */ + cpu_notsupp("???"), /* 31: ??? */ + cpu_notsupp("ST_DEC_EV56_PBP"), /* 32: ST_DEC_EV56_PBP */ + cpu_notsupp("ST_DEC_ALPHAVME_320"), /* 33: ST_DEC_ALPHAVME_320 */ }; int ncpuinit = (sizeof(cpuinit) / sizeof(cpuinit[0]));