home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / d03 / 14.img / IBMFDDIO.LDI < prev    next >
Encoding:
Text File  |  1992-11-16  |  3.8 KB  |  132 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. ; Information file for IBM FDDI ODI Server Driver for NetWare.
  4. ; Written by:  Michael W. Broome
  5. ;
  6. ; 08/25/92  Initial release.
  7. ; 10/05/92  Changed the VERSION number to match the change to the driver.
  8.  
  9. VERsion:        1.01
  10. SYNtaxversion:  1.00
  11.  
  12. DRiver IBMFDDIO              if (BUS == MCA) OPTional
  13.                              ELSe HIDden
  14. {
  15.    DEScription:              "IBM FDDI Server ODI LAN driver for NetWare"
  16.  
  17.    HELP: "The IBM FDDI Server ODI LAN driver is the loadable module device 
  18. driver for the NetWare server environment.  This driver works with the IBM 
  19. FDDI FIBER ADAPTER /A or IBM FDDI COPPER ADAPTER /A."
  20.  
  21.    PARameterversion:         1.00
  22.  
  23.    PRODuctid:                8EF4
  24.  
  25.    FILE:                     IBMFDDIO.LAN
  26.  
  27.    Timeout:                  70
  28.  
  29.    PROMPT SLOT OPT
  30.    {
  31.         TYPe:           DECIMAL (1)
  32.         VALues:         1-8
  33.    }
  34.  
  35.    PROMPT NODE OPT
  36.    {
  37.    }
  38.  
  39.    FRAME FrameSelect OPT
  40.    {
  41.         DEScription:    "Frame Types"
  42.  
  43.         HELP: "The default frametype is 802.2.  You can remove this frame type 
  44. or add the 802.2 SNAP frame type."
  45.  
  46.         CDescription:   "802.2"
  47.         CHoice:         'FDDI_802.2'
  48.  
  49.         CDescription:   "802.2 SNAP"
  50.         CHoice:         'FDDI_SNAP'
  51.  
  52.         DEFault:        1
  53.    }
  54.  
  55.    LIST AttachmentClass OPT
  56.    {
  57.         DEScription:    "FDDI Station Attachment Class"
  58.  
  59.         HELP: "Attachment Class defines the station as a single attachment 
  60. station or a dual attachment station.\n\nIf Attachment Class is not specified, 
  61. it defaults to \'Auto Sense\' based on the IBM FDDI adapters (base and 
  62. extender) installed in the computer."
  63.  
  64.         CDescription:   "Single Attach"
  65.         CHoice:         '1'
  66.  
  67.         CDescription:   "Dual Attach"
  68.         CHoice:         '2'
  69.  
  70.         CDescription:   "Auto Sense"
  71.         CHoice:         UNDEFINED
  72.  
  73.         DEFault:        3
  74.  
  75.         OUTputformat:   'ATTACHMENTCLASS=%s'
  76.    }
  77.  
  78.    PROMPT PMFPassword OPT
  79.    {
  80.         DEScription:    "FDDI Station PMF Password"
  81.  
  82.         HELP: "This keyword defines the password that all remote PMF requests 
  83. must provide to change FDDI attributes within this adapter.  The value for 
  84. PMFPASSWORD must be 8 ASCII characters.  The double quote character can be 
  85. used within the PMFPASSWORD by preceding the double quote character with a 
  86. backslash (\\) character.  Hexadecimal characters can be specified in the 
  87. ASCII string with a backslash (\\) followed by one or two hexadecimal 
  88. character digits.  To specify an ASCII backslash (\\) character, two 
  89. backslashes (\\\\) must immediately follow each other.  Password protection 
  90. can be disabled by setting this keyword to all zeros (default), or by not 
  91. specifying a value for PMFPASSWORD.\n\nEnclose the character string in double 
  92. quotes."
  93.  
  94.         TYPe:           STRING (26)
  95.  
  96.         OUTputformat:   'PMFPASSWORD=%s'
  97.    }
  98.  
  99.    PROMPT UserData OPT
  100.    {
  101.         DEScription:    "FDDI Station User Data"
  102.  
  103.         HELP: "The USERDATA keyword specifies a character string up to 32 
  104. characters.  USERDATA cannot contain imbedded double quote characters.\n\n
  105. Enclose the character string in double quotes."
  106.  
  107.         TYPe:           STRING (34)
  108.  
  109.         OUTputformat:   'USERDATA=%s'
  110.    }
  111.  
  112.    PROMPT RxBuffers OPT
  113.    {
  114.         DEScription:    "Number of receive buffers"
  115.  
  116.         HELP: "The RXBUFFERS keyword specifies the number of receive buffers 
  117. used by the IBMFDDIO LAN driver.  The value for this keyword for the Server 
  118. must be: 1, 2, 4, 8,or 16 (default, 16).  (Receive buffer size is defined by 
  119. the server SET command.  See \'NOVELL NETWARE SYSTEM ADMINISTRATION\'.)"
  120.  
  121.         TYPe:           DECIMAL (2)
  122.  
  123.         VALues:         1, 2, 4, 8, 16
  124.  
  125.         OUTputformat:   'RXBUFFERS=%s'
  126.    }
  127.  
  128. }
  129.  
  130. ;DrIvEr DeScRiPtIoN EnD
  131.  
  132.