Annotation of coherent/b/kernel/us/confdrv/fl, revision 1.1

1.1     ! root        1: :
        !             2: : AT Floppy Driver
        !             3: :
        !             4: UNDEF="${UNDEF} -u flcon_ lib/fl.a"
        !             5: PATCH="${PATCH} drvl_+40=flcon_"
        !             6: :
        !             7: if [ -d "${DEV-/dev}" ]
        !             8: then
        !             9:        umask 0133
        !            10:        /etc/mknod -f ${DEV-/dev}/f9a0 b 4 12   || exit 1
        !            11:        /etc/mknod -f ${DEV-/dev}/f9a1 b 4 28   || exit 1
        !            12:        /etc/mknod -f ${DEV-/dev}/f9d0 b 4  4   || exit 1
        !            13:        /etc/mknod -f ${DEV-/dev}/f9d1 b 4 20   || exit 1
        !            14:        /etc/mknod -f ${DEV-/dev}/fha0 b 4 14   || exit 1
        !            15:        /etc/mknod -f ${DEV-/dev}/fha1 b 4 30   || exit 1
        !            16:        /etc/mknod -f ${DEV-/dev}/fqa0 b 4 13   || exit 1
        !            17:        /etc/mknod -f ${DEV-/dev}/fqa1 b 4 29   || exit 1
        !            18:        /etc/mknod -f ${DEV-/dev}/fva0 b 4 15   || exit 1
        !            19:        /etc/mknod -f ${DEV-/dev}/fva1 b 4 31   || exit 1
        !            20: fi

unix.superglobalmegacorp.com

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