Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/include Add some more MIPS vendor IDs.
details: https://anonhg.NetBSD.org/src/rev/3c739e86e9e6
branches: trunk
changeset: 554569:3c739e86e9e6
user: simonb <simonb%NetBSD.org@localhost>
date: Wed Oct 29 23:39:16 2003 +0000
description:
Add some more MIPS vendor IDs.
diffstat:
sys/arch/mips/include/locore.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 90b3e5e6fed3 -r 3c739e86e9e6 sys/arch/mips/include/locore.h
--- a/sys/arch/mips/include/locore.h Wed Oct 29 23:32:15 2003 +0000
+++ b/sys/arch/mips/include/locore.h Wed Oct 29 23:39:16 2003 +0000
@@ -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 @@
#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
Home |
Main Index |
Thread Index |
Old Index