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.

31 lines
1.1 KiB

  1. ;*********************
  2. ;** ADAPTERS **
  3. ;*********************
  4. ;*****************************
  5. ;** RACAL-DATACOM ES3210 **
  6. ;*****************************
  7. ;
  8. ; "DriverName" keyword specifies the driver name. This keyword is required
  9. ; and must be set to ES3210$ for the first card. For the second card,
  10. ; this keyword must be set to ES32102$, and so on (Please see README.TXT
  11. ; for setting up more than one card in the system).
  12. ;
  13. ; "SlotNumber" keyword specifies which slot you want to use. This keyword
  14. ; is optional if there is only one ES3210 card in the system- the driver
  15. ; will self-configure in this case (i.e.: SLOTNUMBER = 3 for slot 3).
  16. ;
  17. ; "MaxTransmits" keyword specifies the number of TransmitChain commands
  18. ; which can be simultaneously queued by MAC. Default = 6, Max. = 50.
  19. ;
  20. ; "MaxMulticasts" keyword specifies the number of multicast addresses
  21. ; the MAC driver supports. Default = 10, Max. = 16.
  22. ;
  23. ; "MaxReceives" keyword specifies the number of receives can be queued
  24. ; simultaneously by MAC. Default = 3, Max. = 6.
  25. DRIVERNAME = ES3210$
  26. MAXMULTICASTS = 10
  27. MAXRECEIVES = 3
  28. MAXTRANSMITS = 6
  29.