home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / sun / admin / 8152 < prev    next >
Encoding:
Text File  |  1992-11-11  |  932 b   |  28 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!snorkelwacker.mit.edu!ira.uka.de!fauern!fauna!cnwietho
  3. From: cnwietho@immd4.informatik.uni-erlangen.de (Carsten Wiethoff)
  4. Subject: Re: DAT's on 4.1.2
  5. References: <2592@bigfoot.first.gmd.de>
  6. Message-ID: <BxJpsC.68J@immd4.informatik.uni-erlangen.de>
  7. Organization: CSD., University of Erlangen, Germany
  8. Date: Wed, 11 Nov 1992 09:45:48 GMT
  9. Lines: 17
  10.  
  11. From article <2592@bigfoot.first.gmd.de>, by ats@bigfoot.first.gmd.de (Andreas Schulz):
  12. > You must change the file /sys/scsi/targets/st_conf.c and add into
  13. > struct st_drivetype a new entry :
  14. > /* HP DAT 35480A */
  15. > {
  16. >     "HP35480A", 2, "HP",
  17. >     ST_TYPE_EXABYTE, 1024,
  18. >     (ST_VARIABLE | ST_BSF | ST_BSR),
  19. >     5000, 5000,
  20. >     { 0x00, 0x00, 0x00, 0x00 },
  21. >     { 0, 0, 0, 0 }
  22. > }
  23. You also should set ST_KNOWS_EOD, so that you can do "mt eom" quickly.
  24. I don't know if you need ST_FSF and ST_FSR as well.
  25.  
  26. Carsten Wiethoff (pwi@psun3.hmi.de)
  27.