home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfspro / ndis / drivers / starlan / ncr / protocol.ini next >
Encoding:
Text File  |  1995-10-30  |  2.4 KB  |  62 lines

  1. ;          NCR DOS AND OS/2 STARLAN MAC PARAMETERS FOR PROTOCOL.INI
  2. ;
  3. ;
  4. ;DRIVERNAME:
  5. ;    This parameter's value must be "STARLAN$".
  6.     DRIVERNAME   = STARLAN$
  7. ;
  8. ;INTERRUPT:    (Default = 3;  Valid values = 3, 4, 5, 7, 9)
  9. ;         This parameter specifies which IRQ level will be used by the
  10. ;    adapter-to-PC interrupt.
  11.     INTERRUPT    = 3
  12. ;
  13. ;PORT_ADDRESS:    (Default = 0x380;  Valid values = 0x380, 0x388, 0x390)
  14. ;    This parameter specifies the hexadecimal value of the port address 
  15. ;    used to access the StarLAN hardware.  
  16.     PORT_ADDRESS = 0x380
  17. ;
  18. ;LAN_ID_ROM:    (Default = 0x300;  Valid values = 0x180, 0x300)
  19. ;    This parameter specifies the hexadecimal value of the LAN ID ROM 
  20. ;    where the burned in address is stored.  
  21.     LAN_ID_ROM   = 0x300
  22. ;
  23. ;DMA_CHANNEL0:    (Default = 3;  Valid values = 1, 3)
  24. ;    This parameter specifies the DMA channel used for Request 0 
  25. ;    (receive).  System DRQ 1 and DRQ 3 may be used in the PC.  This 
  26. ;    value must be different from the one used for DMA_CHANNEL1.
  27.     DMA_CHANNEL0 = 3
  28. ;
  29. ;DMA_CHANNEL1:    (Default = 1;  Valid values = 1, 3)
  30. ;    This parameter specifies the DMA channel used for Request 1
  31. ;    (transmit).  System DRQ 1 and DRQ 3 may be used in the PC.  
  32. ;    This value must be different from the one used for DMA_CHANNEL0.
  33.     DMA_CHANNEL1 = 1
  34. ;
  35. ;NUM_GENREQ:    (Default = 10;  Min = 10;  Max = 500)
  36. ;    This parameter specifies the number of General Requests that the 
  37. ;    driver should be able to queue. 
  38.     NUM_GENREQ   = 10
  39. ;
  40. ;NUM_RCVS:    (Default = 5;  Min = 3;  Max = 20)
  41. ;    This parameter specifies the number of received frames that the 
  42. ;    driver should be able to queue.  The received frames are queued
  43. ;    for the case when the protocol driver has turned indications off, 
  44. ;    prohibiting the MAC from calling ReceiveChain immediately.
  45.     NUM_RCVS     = 5
  46. ;
  47. ;NUM_XMT_BUFS:    (Default = 3;  Min = 2;  Max = 8)
  48. ;    This parameter specifies the number of transmit buffers that the 
  49. ;    driver should have.  It defines the number of TransmitChain 
  50. ;    requests that the MAC driver can accept without giving an 
  51. ;    "OUT_OF_RESOURCE" response.
  52.     NUM_XMT_BUFS = 3
  53. ;
  54. ;RCV_BUF_SIZE:    (Default = 4500;  Min = 1600;  Max = 10000)
  55. ;    This parameter specifies the size of the MAC driver's receive 
  56. ;    buffer.  
  57.     RCV_BUF_SIZE = 4500
  58. ;
  59. ;XMT_BUF_SIZE: (Default = 1514; Min = ????; Max = ????)
  60. ;    [No details supplied by vendor. Do not change.]
  61.     XMT_BUF_SIZE = 1514
  62.