Annotation of 43BSDReno/usr.sbin/dlmpcc/firmware/mpcctab, revision 1.1

1.1     ! root        1: 
        !             2: 
        !             3: # the configuration file will consist of a set of lines as follows:
        !             4: 
        !             5: # MPCC: number[:FCCS,n1,n2...] [:SOC,n1,n2...] [: other arguments]
        !             6: # protocol : argument 1 [: argument 2 ... n]
        !             7: # port: number : protocol : argument 1 [:argument 2 ... n ]
        !             8: 
        !             9: # The MPCC line identifies the board number, whether the board
        !            10: # has an FCCS interface, and may have additional arguments in the future.
        !            11: # The protocol line specifies a protocol to be used on the board.
        !            12: # Its argument list is dependent on the protocol specified
        !            13: # (e.g. for X.25, the arguments are N1, N2, T1, T2, T3, T4, K, xid fld1,
        !            14: #   xid fld2, xid fld3).
        !            15: # PROTOCOL:X25:272:2:6000:1000:45000:20000:8:2:station:address
        !            16: # N1 is max frame size in bytes, N2 is retry count,
        !            17: # T1 to T4 are timers in milliseconds, K is level 2 window size.
        !            18: # The xid fields correspond to the 3 fields in the XID command.
        !            19: #
        !            20: # The port line identifies a port for the last board defined preceding it.
        !            21: # Its arguments are protocol dependent also
        !            22: # (e.g. for X.25, the arguments are i xmit bufs, s/u xmit bufs, i recv bufs,
        !            23: # s/u recv bufs, xmito, rts, dtr, lineidle, rcvadr, mask, xmtrty, baud,
        !            24: # encode, trace)
        !            25: # PORT:0:X25:8:8:8:8:0:1:1:0:1:3:1:0:0:0
        !            26: # i xmit bufs are the number of transmit buffers to be allocated for i frames.
        !            27: # s/u xmit bufs are the number of transmit buffers to be allocated for s/u frms.
        !            28: # i recv bufs are the number of recieve buffers to be allocated for i frames.
        !            29: # s/u recv bufs are the number of recieve buffers to be allocated for s/u frms.
        !            30: # xmito is is the level 1 transmit timeout, this should always be zero so that
        !            31: # level 1 calculates the xmit timeout from the baud rate.
        !            32: # rts change 1=assert 2=drop 3=auto, dtr change 1=assert 2=drop
        !            33: # lineidle 0=flag fill 1=mark fill, rcvadr 1 = port is DCE 3=port is DTE
        !            34: # mask is data link recieve mask (should always be 3 for X25)
        !            35: # xmtrty is number of data link retries if transmit timeout occurs.
        !            36: # baud is the baud rate (0=modem,13=9600,26=56KB),see mp_port.h for others
        !            37: # encode is data encoding 0=NRZ 1=NRZI
        !            38: # trace is data link recieve trace, this should always be zero.
        !            39: #
        !            40: # The ASYNC protocol has one board level parameter, size of xmit/recv buffers.
        !            41: # The port entries have no parameters.
        !            42: #
        !            43: # Conflicting protocols would be identified immediately.
        !            44: # Multiple protocol lines would be illegal initially to insure only
        !            45: # one protocol on the board.  Subsequent releases could allow multiple
        !            46: # protocol lines to support multiple protocols.  
        !            47: 
        !            48: # HERE ARE SOME SAMPLE ENTRIES
        !            49: #
        !            50: # MPCC:0
        !            51: # PROTOCOL:X25:272:4:800:200:20000:20000:8:2:acey:deucy
        !            52: # PORT:0:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            53: # PORT:1:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            54: # PORT:2:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            55: # PORT:3:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            56: # PORT:4:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            57: # PORT:5:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            58: # PORT:6:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            59: # PORT:7:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            60: # PORT:8:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            61: # PORT:9:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            62: # PORT:10:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            63: # PORT:11:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            64: # PORT:12:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            65: # PORT:13:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            66: # PORT:14:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            67: # PORT:15:X25:8:10:10:24:0:1:1:0:3:3:1:0:0:0
        !            68: # 
        !            69: # MPCC:1
        !            70: # PROTOCOL:ASYNC:128
        !            71: # PORT:0:ASYNC
        !            72: # PORT:1:ASYNC
        !            73: # PORT:2:ASYNC
        !            74: # PORT:3:ASYNC
        !            75: # PORT:4:ASYNC
        !            76: # PORT:5:ASYNC
        !            77: # PORT:6:ASYNC
        !            78: # PORT:7:ASYNC
        !            79: # PORT:8:ASYNC
        !            80: # PORT:9:ASYNC
        !            81: # PORT:10:ASYNC
        !            82: # PORT:11:ASYNC
        !            83: # PORT:12:ASYNC
        !            84: # PORT:13:ASYNC
        !            85: # PORT:14:ASYNC
        !            86: # PORT:15:ASYNC
        !            87: 

unix.superglobalmegacorp.com

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