From owner-cvs-all Tue Sep 15 00:49:09 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16806 for cvs-all-outgoing; Tue, 15 Sep 1998 00:49:09 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16801; Tue, 15 Sep 1998 00:49:08 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id AAA18423; Tue, 15 Sep 1998 00:48:52 -0700 (PDT) Date: Tue, 15 Sep 1998 00:48:52 -0700 (PDT) Message-Id: <199809150748.AAA18423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/bin/chio Makefile chio.1 chio.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/09/15 00:48:52 PDT Modified files: bin/chio Makefile chio.1 chio.c Log: Updated the ch(4) driver and chio(1) command to include volume tag support. These changes have been tested with a Breeze Hill Q47 DLT and a DEC DLT2500 media changer. The latter has no volume tag support. The chio(1) command was updated to include various flags to the status subcommand. These flags can be used to select additional information to be displayed (like volume tags). A new chio(1) subcommand named 'voltag' has been added which allows for changes to volume tags inside the media changer controller. This could not be tested as the Q47 does not provide the functio- nality. Submitted by: Hans Huebner Revision Changes Path 1.3 +3 -1 src/bin/chio/Makefile 1.7 +79 -16 src/bin/chio/chio.1 1.7 +361 -126 src/bin/chio/chio.c