summaryrefslogtreecommitdiff
path: root/identify.c
diff options
context:
space:
mode:
authordavej <davej>2001-04-27 22:11:29 +0000
committerdavej <davej>2001-04-27 22:11:29 +0000
commit061abc656744f7880b737a60940df6ae3196eeaf (patch)
treeee45ad0e2de2b0a66020d30c63c4c30b2850a5bb /identify.c
parentc096c6b8cd571bbaf5373ec98ccadb496fdf55bb (diff)
Additional RiSE loving from Wim.
Diffstat (limited to 'identify.c')
-rw-r--r--identify.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/identify.c b/identify.c
index 6a4e358..a533c1a 100644
--- a/identify.c
+++ b/identify.c
@@ -1,5 +1,5 @@
/*
- * $Id: identify.c,v 1.3 2001/02/28 00:48:00 davej Exp $
+ * $Id: identify.c,v 1.4 2001/04/27 22:11:29 davej Exp $
* This file is part of x86info.
* (C) 2001 Dave Jones.
*
@@ -38,7 +38,8 @@ void identify (int cpunum)
doIDT (cpunum, maxi, &cpu);
break;
- case 0x52697365: /* Rise */
+ case 0x52697365: /* This should be checked. Why 2 ? */
+ case 0x65736952: /* Rise */
doRise (cpunum, maxi, &cpu);
break;