From 85bb334fd05df3ee7e250fb274b28e6ad4ab2faf Mon Sep 17 00:00:00 2001 From: shin Date: Sun, 21 Nov 1999 12:48:25 +0000 Subject: [PATCH] add IBM WorkPad z50 --- sys/arch/hpcmips/hpcmips/platid.def | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/sys/arch/hpcmips/hpcmips/platid.def b/sys/arch/hpcmips/hpcmips/platid.def index 482169b7b918..3df3b9fa79e9 100644 --- a/sys/arch/hpcmips/hpcmips/platid.def +++ b/sys/arch/hpcmips/hpcmips/platid.def @@ -1,4 +1,4 @@ -/* $NetBSD: platid.def,v 1.4 1999/11/21 07:58:49 takemura Exp $ */ +/* $NetBSD: platid.def,v 1.5 1999/11/21 12:48:25 shin Exp $ */ /*- * Copyright (c) 1999 @@ -158,3 +158,11 @@ Victor { } } } + +IBM { + WorkPad { + z50 { + CPU=MIPS_VR_4121 2601_1AU + } + } +}