Annotation of lucent/sys/src/9/gnot/gnotdsp, revision 1.1

1.1     ! root        1: dev
        !             2:        root    /
        !             3:        cons    c
        !             4:        env     e
        !             5:        pipe    |
        !             6:        proc    p
        !             7:        srv     s
        !             8:        mnt     M
        !             9:        incon   i
        !            10:        dk      k
        !            11:        dup     d
        !            12:        bit     b
        !            13:        duart   t
        !            14:        dsp     x
        !            15: 
        !            16: stream
        !            17:        urp
        !            18:        async
        !            19:        fcall
        !            20: 
        !            21: port
        !            22:        int cpuserver = 0;
        !            23:        void consdebug(void){}
        !            24:        void confinit1(int mul){ USED(mul); }
        !            25:        void kproftimer(ulong pc) { USED(pc); }
        !            26:        /*
        !            27:         *  port interrupts just generate traps
        !            28:         */
        !            29:        void devportintr(void *ur)
        !            30:        {
        !            31:                extern void trap(void*);
        !            32:                trap(ur);
        !            33:        }
        !            34:        /*
        !            35:         * null routine if configured without devdsp
        !            36:                void dspclock(void) { }
        !            37:         */
        !            38: 
        !            39: boot
        !            40:        incon "config 1 16 restart dk"
        !            41:        9600
        !            42:        19200

unix.superglobalmegacorp.com

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