home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.sun.hardware
- Path: sparky!uunet!hela.iti.org!lokkur!scs
- From: scs@lokkur.dexter.mi.us (Steve Simmons)
- Subject: Re: SUMMARY: Host ID
- Message-ID: <1993Jan13.004551.14271@lokkur.dexter.mi.us>
- Keywords: SUMMARY Host ID
- Organization: Inland Sea
- References: <1993Jan12.212556.3597@porthos.cc.bellcore.com>
- Date: Wed, 13 Jan 93 00:45:51 GMT
- Lines: 59
-
- bmaggio@wort.dcs.bellcore.com (Bill Maggio) writes:
-
- >Recently, I wrote:
-
- >>does anyone know how to translate the host id info
- >>into the Sun system hardware type (eg 670,490,etc)?
-
- >Here is a posting of the responses I received:
-
- >From: uug@cpsc.ucalgary.ca (William Graham):
-
- >Compare the high byte against the #defines in /usr/include/mon/idprom.h.
-
- One of my favorite files. The comments and #defines that follow `Campus-1
- CPU' make for entertaining reading.
-
- What, you don't have a sun? OK, starting part-way thru the file . . .
-
- /*
- * All possible values of the id_machine field (so far):
- */
- #define IDM_SUN2_MULTI 1 /* Machine type for Multibus CPU brd */
- #define IDM_SUN2_VME 2 /* Machine type for VME CPU board */
- #define IDM_SUN3_CARRERA 0x11 /* Carrera CPU */
- #define IDM_SUN3_M25 0x12 /* M25 CPU */
- #define IDM_SUN3_SIRIUS 0x13 /* Sirius CPU */
- #define IDM_SUN3_PRISM 0x14 /* Prism CPU */
- #define IDM_SUN3_F 0x17 /* Sun3F CPU */
- #define IDM_SUN3_E 0x18 /* Sun3E CPU */
- #define IDM_SUN4 0x21 /* Sparc CPU */
- #define IDM_SUN4_COBRA 0x22 /* Cobra CPU */
- #define IDM_SUN4_STINGRAY 0x23 /* Stingray CPU */
- #define IDM_SUN4_SUNRAY 0x24 /* Sunray CPU */
- #define IDM_SUN3X_PEGASUS 0x41 /* Pegasus CPU */
- #define IDM_SUN3X_HYDRA 0x42 /* Hydra CPU */
- #define IDM_SUN4C 0x51 /* Campus CPU */
- #define IDM_SUN4C_60 0x51 /* Campus-1 CPU */
- #define IDM_SUN4C_40 0x52 /* Reserve some names */
- #define IDM_SUN4C_65 0x53 /* That we might do */
- #define IDM_SUN4C_20 0x54 /* It might be bigger */
- #define IDM_SUN4C_75 0x55 /* It might be smaller */
- #define IDM_SUN4C_30 0x56 /* It might be faster */
- #define IDM_SUN4C_50 0x57 /* It might be slower */
- #define IDM_SUN4C_70 0x58 /* It might cost more */
- #define IDM_SUN4C_80 0x59 /* It might cost less */
- #define IDM_SUN4C_10 0x5a /* It might sell well */
- #define IDM_SUN4C_45 0x5b /* And then it might not */
- #define IDM_SUN4C_05 0x5c /* It might be pink */
- #define IDM_SUN4C_85 0x5d /* It might be blue */
- #define IDM_SUN4C_32 0x5e /* I certainly don't know */
- #define IDM_SUN4C_HIKE 0x5f /* Do you? */
-
-
- #define IDM_SUN4M_690 0x71 /* SPARCsystem 600 series */
- #define IDM_SUN4M_50 0x72 /* Campus 2 */
- --
- "When Dexter's on the Internet, | "Make me taste like things I've never
- can Hell be far behind?" | tasted before!" Mr Peanut to Candied
- scs@lokkur.dexter.mi.us | Bergen in `Caramel Knowledge'
-