]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r320991, r322016:
authorken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 10 Aug 2017 15:34:50 +0000 (15:34 +0000)
committerken <ken@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 10 Aug 2017 15:34:50 +0000 (15:34 +0000)
commit2aaf71d0f8352ec6f935137c70352a79e4e69f53
tree4aa901e201f447978996ed2bfd26882a180c8a80
parent82d24bec3430077435648ea6b8929fe1e193c600
MFC r320991, r322016:

  ------------------------------------------------------------------------
  r320991 | ken | 2017-07-14 10:45:46 -0600 (Fri, 14 Jul 2017) | 17 lines

  Add IBM TS1155 density codes to libmt and the mt(1) man page.

  These are taken directly from the density report from a TS1155
  tape drive.  (Using mt getdensity)

  lib/libmt/mtlib.c:
   Add 3592B5 encrypted/unencrypted density codes, and bpmm/bpi
   values.  The bpmm/bpi values are the same as TS1150, but
   there are 50% more tracks.

  usr.bin/mt/mt.1:
   Add 3592B5 encrypted/unencrypted density codes, bpmm/bpi
   values and number of tracks.  Bump the man page date.

  Sponsored by: Spectra Logic

  ------------------------------------------------------------------------
  r322016 | ken | 2017-08-03 09:04:54 -0600 (Thu, 03 Aug 2017) | 6 lines

  Oracle T10000 tape drives use PRML encoding.

  Source:   Oracle T10000 SCSI reference guide.
  Sponsored by: Spectra Logic

  ------------------------------------------------------------------------

git-svn-id: svn://svn.freebsd.org/base/stable/10@322367 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libmt/mtlib.c
usr.bin/mt/mt.1