Annotation of coherent/b/kernel/us/confdrv/st, revision 1.1.1.1

1.1       root        1: :
                      2: : Archive SC-400 Streaming Tape Drive.
                      3: :
                      4: :      Minor device 0 allocates a maximum sized read/write cache [up to 256k].
                      5: :      Minor device n [1..127] allocates a n Kbyte sized read/write cache.
                      6: :      Adding 128 to one of the above minor devices inhibits rewind on close.
                      7: :
                      8: UNDEF="${UNDEF} -u stcon_ lib/st.a"
                      9: PATCH="${PATCH} drvl_+120=stcon_"
                     10: 
                     11: if [ -d "${DEV-/dev}" ]
                     12: then
                     13:        umask 077
                     14:        /etc/mknod -f ${DEV-/dev}/rst    c 12   0       || exit 1
                     15:        /etc/mknod -f ${DEV-/dev}/rst32  c 12  32       || exit 1
                     16:        /etc/mknod -f ${DEV-/dev}/rst64  c 12  64       || exit 1
                     17:        /etc/mknod -f ${DEV-/dev}/nrst   c 12 128       || exit 1
                     18: fi

unix.superglobalmegacorp.com

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