home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DEFPA281 / NOVELL / SRVODI / DEFPA.LDI < prev    next >
Text File  |  1996-09-30  |  3KB  |  114 lines

  1. ;
  2. ;        Novell NetWare Server Driver Description File for
  3. ;        DEC FDDIcontroller/PCI (DEFPA)
  4. ;
  5.  
  6. ;DrIvEr DeScRiPtIoN
  7.  
  8. VER: 3.30
  9. SYN: 1.00
  10.  
  11. DR DEFPA
  12. {
  13.     DES:    "DEC FDDIcontroller/PCI Novell NetWare Server Driver"
  14.     HELP:    "You can use this driver in a PCI bus Intel-based
  15.             file server to support up to sixteen FDDI controllers.
  16.             This driver supports the use of shared interrupts.
  17.             See the driver README.TXT file on the DOS
  18.             installation diskette for more details."
  19.     PAR:    2.00
  20.     PROD:    'PCI.1011.000F.0000.0000.*'
  21.     PATH:    \NOVELL\SRVODI
  22.     FILE:    DEFPA.LAN
  23.     OF:        FDDITSM.NLM,MSM.NLM,NBI.NLM
  24.     TIME:    20
  25.  
  26. PR SLOT REQ
  27. {
  28.     VAL:    1-65535
  29. }
  30.  
  31. PR NODE
  32. {
  33.     HELP:    "Enter a six-byte IEEE MAC address if you desire
  34.             locally administered addresses.  Otherwise, the
  35.             driver will use the hardware address that was
  36.             factory installed for your controller.\n\n
  37.             The default entry format is canonical (LSB),
  38.             but non-canonical (MSB) addresses may be
  39.             entered by appending \"M\" to the specified
  40.             address."
  41. }
  42.  
  43. PR RCVBUFS OPT
  44. {
  45.     DES:    "Adapter Host Receive Buffers"
  46.     HELP:    "Enter the number of LSL packet receive buffers
  47.             to be pre-allocated by the driver.  You will
  48.             need to increase the Minimum Packet Receive
  49.             Buffers setting in STARTUP.NCF if the driver
  50.             cannot pre-allocate the desired number of
  51.             buffers.  See the driver README.TXT file for
  52.             more details."
  53.     TYP:    DEC(3)
  54.     VAL:    2-128
  55.     DEF:    8
  56.     OUT:    'RCVBUFS=%s'
  57. }
  58.  
  59. PR XMTBUFS OPT
  60. {
  61.     DES:    "Adapter Host Transmit Buffers"
  62.     HELP:    "Enter the number of packet transmit buffers (TCB's)
  63.             to be pre-allocated for this adapter.  This number
  64.             can be reduced from the default of 32 to save
  65.             memory resources.  See the driver README.TXT file
  66.             for more details."
  67.     TYP:    DEC(3)
  68.     VAL:    8-128
  69.     DEF:    32
  70.     OUT:    'XMTBUFS=%s'
  71. }
  72.  
  73. PR TREQ OPT
  74. {
  75.     DES:    "Requested Target Token Rotation Time"
  76.     HELP:    "Enter the desired MACTReq value in milliseconds.  
  77.             Normally this parameter does not need to be changed
  78.             from the default value of 8 ms.  See the driver
  79.             README.TXT file for more details."
  80.     TYP:    DEC(3)
  81.     VAL:    4-165
  82.     DEF:    8
  83.     OUT:    'TREQ=%s'
  84. }
  85.  
  86. LI FULLDUPLEX OPT
  87. {
  88.     DES:    "Full-Duplex Operation Enable/Disable"
  89.     HELP:    "Enter whether FDDI Full-Duplex (FDX) mode should
  90.             be enabled on the adapter.  See the driver
  91.             README.TXT file for more details."
  92.     CD:        "OFF"
  93.     CH:        'OFF'
  94.     CD:        "ON"
  95.     CH:        'ON'
  96.     DEF:    1
  97.     OUT:    'FULLDUPLEX=%s'
  98. }
  99.  
  100. FR FRAMESELECT
  101. {
  102.     HELP:    "The driver defaults to the FDDI_802.2 frame type.
  103.             You can optionally remove this frame type and/or
  104.             add the FDDI_SNAP frame type."
  105.     CD:        "FDDI 802.2"
  106.     CH:        'FDDI_802.2'
  107.     CD:        "FDDI SNAP"
  108.     CH:        'FDDI_SNAP'
  109.     DEF:    1
  110. }
  111. }
  112.  
  113. ;DrIvEr DeScRiPtIoN EnD
  114.