From owner-freebsd-bugs@FreeBSD.ORG Thu Sep 4 09:50:17 2003 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 85DBC16A4BF for ; Thu, 4 Sep 2003 09:50:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A2F744003 for ; Thu, 4 Sep 2003 09:50:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h84GoCUp020909 for ; Thu, 4 Sep 2003 09:50:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h84GoCJB020908; Thu, 4 Sep 2003 09:50:12 -0700 (PDT) Resent-Date: Thu, 4 Sep 2003 09:50:12 -0700 (PDT) Resent-Message-Id: <200309041650.h84GoCJB020908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, lars@koellers.net Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D179616A4BF for ; Thu, 4 Sep 2003 09:43:05 -0700 (PDT) Received: from sally.dts-online.net (sally.dts-online.net [212.62.68.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id D398843FB1 for ; Thu, 4 Sep 2003 09:43:01 -0700 (PDT) (envelope-from root@koellers.net) Received: from door.koellers.net (213-182-115-234.teleos-web.de [213.182.115.234]) by sally.dts-online.net (Postfix) with ESMTP id D93F03A2853 for ; Thu, 4 Sep 2003 18:43:00 +0200 (CEST) Received: from odie.koellers.net (root@odie.koellers.net [192.168.4.2]) by door.koellers.net (8.12.8p1/8.12.8) with ESMTP id h84E1Tm3001937; Thu, 4 Sep 2003 16:01:31 +0200 (CEST) (envelope-from root@koellers.net) Received: from odie.koellers.net (smmsp@localhost [127.0.0.1]) by odie.koellers.net (8.12.8p1/8.12.6) with ESMTP id h84E1T1Q001376; Thu, 4 Sep 2003 16:01:29 +0200 (CEST) (envelope-from root@odie.koellers.net) Received: (from root@localhost) by odie.koellers.net (8.12.8p1/8.12.8/Submit) id h84E1Tk9001375; Thu, 4 Sep 2003 16:01:29 +0200 (CEST) Message-Id: <200309041401.h84E1Tk9001375@odie.koellers.net> Date: Thu, 4 Sep 2003 16:01:29 +0200 (CEST) From: Lars Köller To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: lars@koellers.net Subject: bin/56447: Extend mt command for AIT-2 tape drives X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: lars@koellers.net List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2003 16:50:17 -0000 >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@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: