Date: Mon, 8 May 2000 15:55:21 -0600 From: "Kenneth D. Merry" <ken@kdm.org> To: Warner Losh <imp@village.org> Cc: mjacob@feral.com, Christian Weisgerber <naddy@mips.inka.de>, freebsd-current@FreeBSD.ORG, "David O'Brien" <obrien@FreeBSD.ORG> Subject: Re: Undocumented tape devices in pax(1) Message-ID: <20000508155521.A85722@panzer.kdm.org> In-Reply-To: <200005082142.PAA80155@harmony.village.org>; from imp@village.org on Mon, May 08, 2000 at 03:42:01PM -0600 References: <Pine.BSF.4.10.10005071107200.7876-100000@beppo.feral.com> <200005082142.PAA80155@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 08, 2000 at 15:42:01 -0600, Warner Losh wrote: > In message <Pine.BSF.4.10.10005071107200.7876-100000@beppo.feral.com> Matthew Jacob writes: > : Oh, and in the updating of this, don't forget the FreeBSD usage of .ctl for > : tape devices- as far as I know this is the only *BSD that has this. > > Which devices use .ctl? sa and ast don't seem to use them now (at the > very least they aren't created by MAKEDEV by default). The sa driver does use the control nodes, whether or not they're actually created by MAKEDEV. (Look in saopen().) It's useful to be able to get status on your tape drive while a backup is going on via the control node, e.g.: mt -f /dev/rsa0.ctl status Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000508155521.A85722>