From a5ace5a56373fe745f5bd6b3dbca513389570861 Mon Sep 17 00:00:00 2001 From: simonb Date: Wed, 29 Oct 2003 23:39:16 +0000 Subject: [PATCH] Add some more MIPS vendor IDs. --- sys/arch/mips/include/locore.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sys/arch/mips/include/locore.h b/sys/arch/mips/include/locore.h index 7ebbf128fb3b..8aa04e1da730 100644 --- a/sys/arch/mips/include/locore.h +++ b/sys/arch/mips/include/locore.h @@ -1,4 +1,4 @@ -/* $NetBSD: locore.h,v 1.66 2003/10/05 16:34:51 tsutsui Exp $ */ +/* $NetBSD: locore.h,v 1.67 2003/10/29 23:39:16 simonb Exp $ */ /* * Copyright 1996 The Board of Trustees of The Leland Stanford @@ -285,6 +285,12 @@ typedef int mips_prid_t; #define MIPS_PRID_CID_ALCHEMY 0x03 /* Alchemy Semiconductor */ #define MIPS_PRID_CID_SIBYTE 0x04 /* SiByte */ #define MIPS_PRID_CID_SANDCRAFT 0x05 /* SandCraft */ +#define MIPS_PRID_CID_PHILIPS 0x06 /* Philips */ +#define MIPS_PRID_CID_TOSHIBA 0x07 /* Toshiba */ +#define MIPS_PRID_CID_LSI 0x08 /* LSI */ + /* 0x09 unannounced */ + /* 0x0a unannounced */ +#define MIPS_PRID_CID_LEXRA 0x0b /* Lexra */ #define MIPS_PRID_COPTS(x) (((x) >> 24) & 0x00ff) /* Company Options */ #ifdef _KERNEL