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.

25 lines
737 B

  1. ;*********************
  2. ;** ADAPTERS **
  3. ;*********************
  4. ;*****************************
  5. ;** RACAL INTERLAN NI5210 **
  6. ;*****************************
  7. ;
  8. ; "MaxTransmits" keyword specifies the number of TransmitChain commands
  9. ; which can be simultaneously queued by MAC. Default = 6, Max. = 50
  10. ;
  11. ; "MaxMulticasts" keyword specifies the number of multicast addresses
  12. ; the MAC driver supports. Default = 10, Max. = 16
  13. ;
  14. ; "MaxReceives" keyword specifies the number of receives can be queued
  15. ; simultaneously by MAC. Default = 3, Max. = 6
  16. BASEMEM = 0xd0000
  17. DRIVERNAME = NI5210$
  18. IOBASE = 0x300
  19. IRQ = 2
  20. MAXMULTICASTS = 10
  21. MAXRECEIVES = 3
  22. MAXTRANSMITS = 6
  23.