summaryrefslogtreecommitdiff
path: root/identify.c
diff options
context:
space:
mode:
authordavej <davej>2001-02-28 00:48:00 +0000
committerdavej <davej>2001-02-28 00:48:00 +0000
commit34e6e00b6906e2f61e94a415e4e8d617b4b050b0 (patch)
treebf52803e656424925019a5fa5e591156d93cbd55 /identify.c
parent5f78631a035c4c73e4b576f451eea91eda0907b3 (diff)
RiSE mP6 support.
Diffstat (limited to 'identify.c')
-rw-r--r--identify.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/identify.c b/identify.c
index d209052..6a4e358 100644
--- a/identify.c
+++ b/identify.c
@@ -1,5 +1,5 @@
/*
- * $Id: identify.c,v 1.2 2001/02/26 16:44:27 davej Exp $
+ * $Id: identify.c,v 1.3 2001/02/28 00:48:00 davej Exp $
* This file is part of x86info.
* (C) 2001 Dave Jones.
*
@@ -38,6 +38,10 @@ void identify (int cpunum)
doIDT (cpunum, maxi, &cpu);
break;
+ case 0x52697365: /* Rise */
+ doRise (cpunum, maxi, &cpu);
+ break;
+
default:
printf ("Unknown vendor\n");
break;