home *** CD-ROM | disk | FTP | other *** search
- ; NCR DOS AND OS/2 STARLAN MAC PARAMETERS FOR PROTOCOL.INI
- ;
- ;
- ;DRIVERNAME:
- ; This parameter's value must be "STARLAN$".
- DRIVERNAME = STARLAN$
- ;
- ;INTERRUPT: (Default = 3; Valid values = 3, 4, 5, 7, 9)
- ; This parameter specifies which IRQ level will be used by the
- ; adapter-to-PC interrupt.
- INTERRUPT = 3
- ;
- ;PORT_ADDRESS: (Default = 0x380; Valid values = 0x380, 0x388, 0x390)
- ; This parameter specifies the hexadecimal value of the port address
- ; used to access the StarLAN hardware.
- PORT_ADDRESS = 0x380
- ;
- ;LAN_ID_ROM: (Default = 0x300; Valid values = 0x180, 0x300)
- ; This parameter specifies the hexadecimal value of the LAN ID ROM
- ; where the burned in address is stored.
- LAN_ID_ROM = 0x300
- ;
- ;DMA_CHANNEL0: (Default = 3; Valid values = 1, 3)
- ; This parameter specifies the DMA channel used for Request 0
- ; (receive). System DRQ 1 and DRQ 3 may be used in the PC. This
- ; value must be different from the one used for DMA_CHANNEL1.
- DMA_CHANNEL0 = 3
- ;
- ;DMA_CHANNEL1: (Default = 1; Valid values = 1, 3)
- ; This parameter specifies the DMA channel used for Request 1
- ; (transmit). System DRQ 1 and DRQ 3 may be used in the PC.
- ; This value must be different from the one used for DMA_CHANNEL0.
- DMA_CHANNEL1 = 1
- ;
- ;NUM_GENREQ: (Default = 10; Min = 10; Max = 500)
- ; This parameter specifies the number of General Requests that the
- ; driver should be able to queue.
- NUM_GENREQ = 10
- ;
- ;NUM_RCVS: (Default = 5; Min = 3; Max = 20)
- ; This parameter specifies the number of received frames that the
- ; driver should be able to queue. The received frames are queued
- ; for the case when the protocol driver has turned indications off,
- ; prohibiting the MAC from calling ReceiveChain immediately.
- NUM_RCVS = 5
- ;
- ;NUM_XMT_BUFS: (Default = 3; Min = 2; Max = 8)
- ; This parameter specifies the number of transmit buffers that the
- ; driver should have. It defines the number of TransmitChain
- ; requests that the MAC driver can accept without giving an
- ; "OUT_OF_RESOURCE" response.
- NUM_XMT_BUFS = 3
- ;
- ;RCV_BUF_SIZE: (Default = 4500; Min = 1600; Max = 10000)
- ; This parameter specifies the size of the MAC driver's receive
- ; buffer.
- RCV_BUF_SIZE = 4500
- ;
- ;XMT_BUF_SIZE: (Default = 1514; Min = ????; Max = ????)
- ; [No details supplied by vendor. Do not change.]
- XMT_BUF_SIZE = 1514
-