home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sun / hardware / 6837 < prev    next >
Encoding:
Text File  |  1993-01-12  |  2.8 KB  |  71 lines

  1. Newsgroups: comp.sys.sun.hardware
  2. Path: sparky!uunet!hela.iti.org!lokkur!scs
  3. From: scs@lokkur.dexter.mi.us (Steve Simmons)
  4. Subject: Re: SUMMARY: Host ID
  5. Message-ID: <1993Jan13.004551.14271@lokkur.dexter.mi.us>
  6. Keywords: SUMMARY Host ID
  7. Organization: Inland Sea
  8. References: <1993Jan12.212556.3597@porthos.cc.bellcore.com>
  9. Date: Wed, 13 Jan 93 00:45:51 GMT
  10. Lines: 59
  11.  
  12. bmaggio@wort.dcs.bellcore.com (Bill Maggio) writes:
  13.  
  14. >Recently, I wrote:
  15.  
  16. >>does anyone know how to translate the host id info
  17. >>into the Sun system hardware type (eg 670,490,etc)?
  18.  
  19. >Here is a posting of the responses I received:
  20.  
  21. >From: uug@cpsc.ucalgary.ca (William Graham):
  22.  
  23. >Compare the high byte against the #defines in /usr/include/mon/idprom.h.
  24.  
  25. One of my favorite files.  The comments and #defines that follow `Campus-1
  26. CPU' make for entertaining reading.
  27.  
  28. What, you don't have a sun?  OK, starting part-way thru the file . . .
  29.  
  30. /* 
  31.  * All possible values of the id_machine field (so far): 
  32.  */
  33. #define    IDM_SUN2_MULTI        1    /* Machine type for Multibus CPU brd */
  34. #define    IDM_SUN2_VME        2    /* Machine type for VME CPU board    */
  35. #define    IDM_SUN3_CARRERA    0x11    /* Carrera CPU    */
  36. #define    IDM_SUN3_M25        0x12    /* M25 CPU    */
  37. #define    IDM_SUN3_SIRIUS        0x13    /* Sirius CPU    */
  38. #define IDM_SUN3_PRISM        0x14    /* Prism CPU    */
  39. #define IDM_SUN3_F        0x17    /* Sun3F CPU    */
  40. #define IDM_SUN3_E        0x18    /* Sun3E CPU    */
  41. #define IDM_SUN4        0x21    /* Sparc CPU    */
  42. #define IDM_SUN4_COBRA        0x22    /* Cobra CPU    */
  43. #define IDM_SUN4_STINGRAY    0x23    /* Stingray CPU    */
  44. #define IDM_SUN4_SUNRAY        0x24    /* Sunray CPU   */
  45. #define IDM_SUN3X_PEGASUS    0x41    /* Pegasus CPU    */
  46. #define IDM_SUN3X_HYDRA         0x42    /* Hydra CPU    */
  47. #define IDM_SUN4C               0x51    /* Campus CPU   */
  48. #define IDM_SUN4C_60        0x51    /* Campus-1 CPU */
  49. #define IDM_SUN4C_40        0x52    /* Reserve some names */
  50. #define IDM_SUN4C_65        0x53    /* That we might do */
  51. #define IDM_SUN4C_20        0x54    /* It might be bigger */
  52. #define IDM_SUN4C_75        0x55    /* It might be smaller */
  53. #define IDM_SUN4C_30        0x56    /* It might be faster */
  54. #define IDM_SUN4C_50        0x57    /* It might be slower */
  55. #define IDM_SUN4C_70        0x58    /* It might cost more */
  56. #define IDM_SUN4C_80        0x59    /* It might cost less */
  57. #define IDM_SUN4C_10        0x5a    /* It might sell well */
  58. #define IDM_SUN4C_45        0x5b    /* And then it might not */
  59. #define IDM_SUN4C_05        0x5c    /* It might be pink */
  60. #define IDM_SUN4C_85        0x5d    /* It might be blue */
  61. #define IDM_SUN4C_32        0x5e    /* I certainly don't know */
  62. #define IDM_SUN4C_HIKE        0x5f    /* Do you? */
  63.  
  64.  
  65. #define IDM_SUN4M_690        0x71    /* SPARCsystem 600 series */
  66. #define IDM_SUN4M_50        0x72    /* Campus 2 */
  67. -- 
  68. "When Dexter's on the Internet,    | "Make me taste like things I've never
  69.  can Hell be far behind?"          |  tasted before!"  Mr Peanut to Candied
  70.       scs@lokkur.dexter.mi.us       |  Bergen in `Caramel Knowledge'
  71.