home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / ethernet / exos105 / protocol.ini < prev   
Encoding:
Text File  |  1995-10-30  |  1.2 KB  |  39 lines

  1. ; "Drivername" must be EXOS105$
  2.   driverName    = EXOS105$
  3. ;
  4. ; "ioAddress" is the keyword which specifies the hex address of
  5. ;  the adapter. Possible entries are 0x300, 0x320, 0x340, or 0x360.
  6. ;  Please note that the addresses are in hexadecimal and as such
  7. ;  they require the hex "0x" prefix.
  8.   ioAddress     = 0x300
  9. ;
  10. ; "interrupt" is the keyword which specifies the interrupt request line(IRQ)
  11. ;  used by the adapter.
  12. ;  Possible entries are 3, 4, 5, or 9.
  13.   interrupt     = 05
  14. ;
  15. ; "DmaChannel" is the keyword which specifies the DMA channel used by the
  16. ;  adapter. Possible entries are 3, 5, 6, or 7.
  17.   DmaChannel    = 05
  18. ;
  19. ; "MaxMulticasts" is the keyword which specifies the number of multicast 
  20. ;  addresses which the multicast address table can hold.
  21. ;    Default = 10
  22. ;    Max     = 16
  23. ;    Min    =  1
  24.   MaxMulticasts = 10
  25. ;
  26. ; "MaxReceives" is the keyword which specifies the number of receive
  27. ;  packet buffers in use.
  28. ;    Default =  4
  29. ;    Min     =  4
  30. ;       Max     = 20
  31.   MaxReceives   = 6
  32. ;
  33. ; "MaxTransmits" is the keyword which specifies the number of transmit
  34. ;  packet buffers in use.
  35. ;    Default =  2
  36. ;    Min     =  2
  37. ;       Max     = 20
  38.   MaxTransmits  = 4
  39.