26 lines
737 B
INI
26 lines
737 B
INI
|
||
;*********************
|
||
;** ADAPTERS **
|
||
;*********************
|
||
|
||
;*****************************
|
||
;** RACAL INTERLAN NI5210 **
|
||
;*****************************
|
||
;
|
||
; "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 = 3, Max. = 6
|
||
|
||
BASEMEM = 0xd0000
|
||
DRIVERNAME = NI5210$
|
||
IOBASE = 0x300
|
||
IRQ = 2
|
||
MAXMULTICASTS = 10
|
||
MAXRECEIVES = 3
|
||
MAXTRANSMITS = 6
|
||
|