File:  [MW Coherent from dump] / coherent / b / kernel / us / confdrv / st
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:37 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

:
: Archive SC-400 Streaming Tape Drive.
:
:	Minor device 0 allocates a maximum sized read/write cache [up to 256k].
:	Minor device n [1..127] allocates a n Kbyte sized read/write cache.
:	Adding 128 to one of the above minor devices inhibits rewind on close.
:
UNDEF="${UNDEF} -u stcon_ lib/st.a"
PATCH="${PATCH} drvl_+120=stcon_"

if [ -d "${DEV-/dev}" ]
then
	umask 077
	/etc/mknod -f ${DEV-/dev}/rst    c 12   0	|| exit 1
	/etc/mknod -f ${DEV-/dev}/rst32  c 12  32	|| exit 1
	/etc/mknod -f ${DEV-/dev}/rst64  c 12  64	|| exit 1
	/etc/mknod -f ${DEV-/dev}/nrst   c 12 128	|| exit 1
fi

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.