bin/56447: Extend mt command for AIT-2 tape drives

Lars Köller lars at koellers.net
Thu Sep 4 09:50:17 PDT 2003


>Number:         56447
>Category:       bin
>Synopsis:       Extend mt command for AIT-2 tape drives
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 04 09:50:11 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Lars Köller
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Computing Center, University of Bielefeld, Germany
>Environment:
System: FreeBSD odie.koellers.net 4.8-RELEASE FreeBSD 4.8-RELEASE #31: Wed Jun 11 21:13:53 CEST 2003 root at odie.koellers.net:/usr/src/sys/compile/ODIE i386

>Description:

	Extends output of mt stat comman for AIT-2 tape drives

	I've tested it on my local machine with SONY SDX-500C

>How-To-Repeat:

	-

>Fix:

	Apply appended patches


*** mt.c	Thu Sep  4 15:47:02 2003
--- mt.c~	Mon Mar 31 18:36:32 2003
***************
*** 520,526 ****
  	{ 0x26,	3816,	97000,	"DDS-4" },
  	{ 0x27,	3056,	77611,	"Mammoth" },
  	{ 0x28,	1491,	37871,	"X3.224" },
- 	{ 0x31,	6575,   167000,	"AIT-2" },
  	{ 0x41, 3868,   98250,  "DLTapeIV(40GB)" },
  	{ 0x48, 5236,   133000, "SDLTapeI(110)" },
  	{ 0x49, 7598,   193000, "SDLTapeI(160)" },
--- 520,525 ----
***************
*** 533,539 ****
  } comp_types[] = {
  	{ 0x00, "none" },
  	{ 0x00, "off" },
- 	{ 0x03, "ALDC" },
  	{ 0x10, "IDRC" },
  	{ 0x20, "DCLZ" },
  	{ 0xffffffff, "enable" },
--- 532,537 ----


*** mt.1	Thu Sep  4 15:49:10 2003
--- mt.1~	Mon Mar 31 18:36:32 2003
***************
*** 202,209 ****
  .It enable
  Same as
  .Ar on .
- .It ALDC
- Adaptive Lossless Data Compression (0x03).
  .It IDRC
  IBM Improved Data Recording Capability compression (0x10).
  .It DCLZ
--- 202,207 ----
***************
*** 287,293 ****
  0x29   12.7  (0.5)
  0x2A
  0x2B   12.7  (0.5)    3          ?        ?     ?   C   X3.267       5
- 0x31	8.0  (0.315)  1	     6575   (167000)        CS  AIT-2        5
  0x41   12.7  (0.5)  208      3,868  (98,250)  RLL   C   DLTapeIV(40) 6,7
  0x48   12.7  (0.5)  448      5,236  (133,000) PRML  C   SDLTapeI(110) 6,8
  0x49   12.7  (0.5)  448      7,598  (193,000) PRML  C   SDLTapeI(160) 6,8
--- 285,290 ----
>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list