home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / sun / admin / 5153 < prev    next >
Encoding:
Text File  |  1992-07-31  |  2.0 KB  |  59 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!usc!cs.utexas.edu!cse.uta.edu!mccoll
  3. From: mccoll@cse.uta.edu (Roddy McColl)
  4. Subject: Re: Exabyte in 8500 mode under SunOS 4.1.1
  5. Message-ID: <1992Jul31.193115.9253@cse.uta.edu>
  6. Followup-To: hemmer@procyon.cern.ch
  7. Summary: Problem in supplied patch
  8. Keywords: Exabyte 8500 SunOS 4.1.1
  9. Organization: Computer Science & Engineering, Univ. of Texas at Arlington
  10. Date: Fri, 31 Jul 1992 19:31:15 GMT
  11. Lines: 46
  12.  
  13.  
  14. hemmer@procyon.cern.ch (Frederic Hemmer ATD10) writes :
  15. >
  16. > SunOS 4.1.1 actually can support 8500. It just needs to be helped a little
  17. > bit :
  18. > on sun3, sun4 architectures modify /sys/sundev/streg.h :
  19. > add an entry for 8500 with the low-density flag as first device :
  20. > /* Exabyte 8mm 5GB cartridge */ \
  21. > {       "Exabyte", 16, "EXABYTE EXB-8500", ST_TYPE_EXABYTE, \
  22. >         1024, (ST_VARIABLE | ST_BSF | ST_BSR | ST_LONG_ERASE | ST_PHYSREC), \
  23. >         30, 30, 30, 30, 60, 60, 60, 60, \
  24. >         0x14, 0x00, 0x00, 0x00,  0, 0, 0, 0 }, \
  25. > on sun4c (sun4m must have at least 4.1.2) modify /sys/scsi/targets/st_conf.c
  26. > add an entry for 8500 with the low-density flag as first device :
  27. >         "Exabyte EXB-8500 8mm Helical Scan", 16, "EXABYTE EXB-8500",
  28. >         ST_TYPE_EXB8500, 1024,
  29.           ^^^^^^^^^^^^^^^
  30. >         (ST_VARIABLE | ST_BSF | ST_BSR | ST_LONG_ERASE),
  31. >         5000, 5000,
  32. >         { 0x14, 0x00, 0x00, 0x00 },
  33. >         {  0, 0, 0, 0 }
  34. > and rebuild kernel. This will then use the 0x14 for rst{n} turning the 8500
  35. > in low density. rst{n+8} will be the normal mode. Note that an 8200 will not
  36. > accept the 0x14 density flag so this entry will NOT work for 8200.
  37. > Frederic.
  38. > Frederic Hemmer                          email: hemmer@sun1.cern.ch
  39. > European Laboratory for Particle Physics bitnet: hemmer at cernvm
  40. > Computers and Networks division          phone: +41-22-7676104
  41. > CH-1211 Geneva 23 - Switzerland          fax:   +41-22-7677155
  42.  
  43.  
  44. Frederic,
  45.     Could you please tell me what number *ST_TYPE_EXB8500* should
  46. be ?
  47.  
  48. Thanks,
  49.  
  50.  
  51.     Roddy McColl
  52.