-/* $OpenBSD: machdep.c,v 1.650 2022/07/12 05:45:49 jsg Exp $ */
+/* $OpenBSD: machdep.c,v 1.651 2022/07/27 01:44:25 daniel Exp $ */
/* $NetBSD: machdep.c,v 1.214 1996/11/10 03:16:17 thorpej Exp $ */
/*-
cyrix3_cpu_setup
} }
},
- {
- "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,
-/* $OpenBSD: cputypes.h,v 1.11 2022/07/07 00:56:46 daniel Exp $ */
+/* $OpenBSD: cputypes.h,v 1.12 2022/07/27 01:44:25 daniel Exp $ */
/* $NetBSD: cputypes.h,v 1.10 1997/10/18 04:51:03 mikel Exp $ */
/*
#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