Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 May 2000 16:25:13 -0700 (PDT)
From:      Matthew Jacob <mjacob@feral.com>
To:        Warner Losh <imp@village.org>
Cc:        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:  <Pine.BSF.4.10.10005081623480.11754-100000@beppo.feral.com>
In-Reply-To: <200005082142.PAA80155@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help



On Mon, 8 May 2000, 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).

Should be:

sa*)
        umask $tape_umask
        unit=`expr $i : '..\(.*\)'`
        chr=14

        case $unit in
        [0-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9])
>>>             mknod rsa${unit}.ctl c $chr `saminor 1 ${unit} 0 0`
                for m in 0 1 2 3
....




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?Pine.BSF.4.10.10005081623480.11754-100000>