/* SPDX-License-Identifier: GPL-2.0 */ /* * machines.h: Defines for taking apart the machine type value in the * idprom and determining the kind of machine we are on. * * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/ #ifndef _SPARC_MACHINES_H #define _SPARC_MACHINES_H
/* The machine type in the idprom area looks like this: * * --------------- * | ARCH | MACH | * --------------- * 7 4 3 0 * * The ARCH field determines the architecture line (sun4m, etc). * The MACH field determines the machine make within that architecture.
*/
/* Sun4m machines, these predate the OpenBoot. These values only mean * something if the value in the ARCH field is SM_SUN4M, if it is * SM_SUN4M_OBP then you have the following situation: * 1) You either have a sun4d, a sun4e, or a recently made sun4m. * 2) You have to consult OpenBoot to determine which machine this is.
*/ #define SM_4M_SS60 0x01 /* Sun4m SparcSystem 600 */ #define SM_4M_SS50 0x02 /* Sun4m SparcStation 10 */ #define SM_4M_SS40 0x03 /* Sun4m SparcStation 5 */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.