; Device control block for type 2 channel A (Ring reception)

;       .WORD        0  ; Link to driver
        .WORD        0  ; Device ID
        .WORD        0  ; Work queue
        .WORD        0  ; Start routine
        .WORD        0  ; Stop routine
        JSR     R2,@(PC)+
        .WORD        0  ; Interrupt routine
        .WORD      330  ; Interrupt vector
        .WORD   160040  ; Control and status reg
        .WORD        0  ; Internal packet queue

        .END


