Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
664 B

;*********************
;** ADAPTERS **
;*********************
;*****************************
;** RACAL INTERLAN NI9210 **
;*****************************
;
; "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
DRIVERNAME = NI9210$
MAXMULTICASTS = 10
MAXRECEIVES = 3
MAXTRANSMITS = 6