2025-04-27 07:49:33 -04:00

32 lines
953 B
INI
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;*********************
;** ADAPTERS **
;*********************
;*****************************
;** RACAL INTERLAN NI6510 **
;*****************************
;
; Bracketed module name must be [NI6510_NIF]
;
; "DRIVERNAME" must be NI6510$ for the first device, NI65102$ for the second
; and so on
;
; "IOBASE" keyword specifies the input/output base address. If omitted
; the first available Ni6510 will be chosen
;
; "MAXTRANSMITS" keyword specifies the number of TransmitChain commands
; which can be simultaneously queued by MAC. Default = 6, Max. = 50
;
; "MAXMULTICASTS" keyword specifies the number of multicast addresses
; the MAC driver supports. Default = 10, Max. = 16
;
; "MAXRECEIVES" keyword specifies the number of receives can be queued
; simultaneously by MAC. Default = 4, Max. = 24
DRIVERNAME = NI6510$
IOBASE = 0x360
MAXMULTICASTS = 10
MAXRECEIVES = 4
MAXTRANSMITS = 6