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
953 B

  1. ;*********************
  2. ;** ADAPTERS **
  3. ;*********************
  4. ;*****************************
  5. ;** RACAL INTERLAN NI6510 **
  6. ;*****************************
  7. ;
  8. ; Bracketed module name must be [NI6510_NIF]
  9. ;
  10. ; "DRIVERNAME" must be NI6510$ for the first device, NI65102$ for the second
  11. ; and so on
  12. ;
  13. ; "IOBASE" keyword specifies the input/output base address. If omitted
  14. ; the first available Ni6510 will be chosen
  15. ;
  16. ; "MAXTRANSMITS" keyword specifies the number of TransmitChain commands
  17. ; which can be simultaneously queued by MAC. Default = 6, Max. = 50
  18. ;
  19. ; "MAXMULTICASTS" keyword specifies the number of multicast addresses
  20. ; the MAC driver supports. Default = 10, Max. = 16
  21. ;
  22. ; "MAXRECEIVES" keyword specifies the number of receives can be queued
  23. ; simultaneously by MAC. Default = 4, Max. = 24
  24. DRIVERNAME = NI6510$
  25. IOBASE = 0x360
  26. MAXMULTICASTS = 10
  27. MAXRECEIVES = 4
  28. MAXTRANSMITS = 6
  29.