Annotation of coherent/d/PS2_KERNEL/tools/start_dev, revision 1.1

1.1     ! root        1: # start_dev - patch the con entry and call load routine for a device
        !             2: 
        !             3: case $1 in
        !             4: aha)
        !             5:        PATCH="drvl+260=sdcon"
        !             6:        DEVNUM=13
        !             7:        ;;
        !             8: at)
        !             9:        PATCH="drvl+220=atcon"
        !            10:        DEVNUM=11
        !            11:        ;;
        !            12: ss)
        !            13:        PATCH="drvl+260=sscon"
        !            14:        DEVNUM=13
        !            15:        ;;
        !            16: *)
        !            17:        echo "Usage: $0 {aha|at|ss}"
        !            18:        exit 1
        !            19: esac
        !            20: /conf/patch -k /begin $PATCH 2> /dev/null
        !            21: /conf/devload $DEVNUM

unix.superglobalmegacorp.com

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