The Rise mp6 was a short lived processor that was announced around 20+ 
years and didn't make it to market.

I think we can delete the cpu identification for this cpu at this point.

ok?

Index: i386/machdep.c
===================================================================
RCS file: /cvs/src/sys/arch/i386/i386/machdep.c,v
retrieving revision 1.650
diff -u -p -u -r1.650 machdep.c
--- i386/machdep.c      12 Jul 2022 05:45:49 -0000      1.650
+++ i386/machdep.c      23 Jul 2022 18:02:05 -0000
@@ -782,41 +782,6 @@ const struct cpu_cpuid_nameclass i386_cp
                } }
        },
        {
-               "RiseRiseRise",
-               CPUVENDOR_RISE,
-               "Rise",
-               /* Family 4, not available from Rise */
-               { {
-                       CPUCLASS_486,
-                       {
-                               0, 0, 0, 0, 0, 0, 0, 0,
-                               0, 0, 0, 0, 0, 0, 0, 0,
-                               "486 class"             /* Default */
-                       },
-                       NULL
-               },
-               /* Family 5 */
-               {
-                       CPUCLASS_586,
-                       {
-                               "mP6", 0, "mP6", 0, 0, 0, 0, 0,
-                               0, 0, 0, 0, 0, 0, 0, 0,
-                               "mP6"                   /* Default */
-                       },
-                       NULL
-               },
-               /* Family 6, not yet available from Rise */
-               {
-                       CPUCLASS_686,
-                       {
-                               0, 0, 0, 0, 0, 0, 0, 0,
-                               0, 0, 0, 0, 0, 0, 0, 0,
-                               "686 class"             /* Default */
-                       },
-                       NULL
-               } }
-       },
-       {
                "GenuineTMx86",
                CPUVENDOR_TRANSMETA,
                "Transmeta",
Index: include/cputypes.h
===================================================================
RCS file: /cvs/src/sys/arch/i386/include/cputypes.h,v
retrieving revision 1.11
diff -u -p -u -r1.11 cputypes.h
--- include/cputypes.h  7 Jul 2022 00:56:46 -0000       1.11
+++ include/cputypes.h  23 Jul 2022 18:02:05 -0000
@@ -63,7 +63,6 @@
 #define CPUVENDOR_CYRIX                1
 #define CPUVENDOR_AMD          3
 #define CPUVENDOR_IDT          4
-#define CPUVENDOR_RISE         5
 #define CPUVENDOR_TRANSMETA    6
 #define CPUVENDOR_NS           7
 #define CPUVENDOR_VIA          8

Reply via email to