home *** CD-ROM | disk | FTP | other *** search
- ;DrIvEr DeScRiPtIoN
-
- ; Information file for IBM FDDI ODI Server Driver for NetWare.
- ; Written by: Michael W. Broome
- ;
- ; 08/25/92 Initial release.
- ; 10/05/92 Changed the VERSION number to match the change to the driver.
-
- VERsion: 1.01
- SYNtaxversion: 1.00
-
- DRiver IBMFDDIO if (BUS == MCA) OPTional
- ELSe HIDden
- {
- DEScription: "IBM FDDI Server ODI LAN driver for NetWare"
-
- HELP: "The IBM FDDI Server ODI LAN driver is the loadable module device
- driver for the NetWare server environment. This driver works with the IBM
- FDDI FIBER ADAPTER /A or IBM FDDI COPPER ADAPTER /A."
-
- PARameterversion: 1.00
-
- PRODuctid: 8EF4
-
- FILE: IBMFDDIO.LAN
-
- Timeout: 70
-
- PROMPT SLOT OPT
- {
- TYPe: DECIMAL (1)
- VALues: 1-8
- }
-
- PROMPT NODE OPT
- {
- }
-
- FRAME FrameSelect OPT
- {
- DEScription: "Frame Types"
-
- HELP: "The default frametype is 802.2. You can remove this frame type
- or add the 802.2 SNAP frame type."
-
- CDescription: "802.2"
- CHoice: 'FDDI_802.2'
-
- CDescription: "802.2 SNAP"
- CHoice: 'FDDI_SNAP'
-
- DEFault: 1
- }
-
- LIST AttachmentClass OPT
- {
- DEScription: "FDDI Station Attachment Class"
-
- HELP: "Attachment Class defines the station as a single attachment
- station or a dual attachment station.\n\nIf Attachment Class is not specified,
- it defaults to \'Auto Sense\' based on the IBM FDDI adapters (base and
- extender) installed in the computer."
-
- CDescription: "Single Attach"
- CHoice: '1'
-
- CDescription: "Dual Attach"
- CHoice: '2'
-
- CDescription: "Auto Sense"
- CHoice: UNDEFINED
-
- DEFault: 3
-
- OUTputformat: 'ATTACHMENTCLASS=%s'
- }
-
- PROMPT PMFPassword OPT
- {
- DEScription: "FDDI Station PMF Password"
-
- HELP: "This keyword defines the password that all remote PMF requests
- must provide to change FDDI attributes within this adapter. The value for
- PMFPASSWORD must be 8 ASCII characters. The double quote character can be
- used within the PMFPASSWORD by preceding the double quote character with a
- backslash (\\) character. Hexadecimal characters can be specified in the
- ASCII string with a backslash (\\) followed by one or two hexadecimal
- character digits. To specify an ASCII backslash (\\) character, two
- backslashes (\\\\) must immediately follow each other. Password protection
- can be disabled by setting this keyword to all zeros (default), or by not
- specifying a value for PMFPASSWORD.\n\nEnclose the character string in double
- quotes."
-
- TYPe: STRING (26)
-
- OUTputformat: 'PMFPASSWORD=%s'
- }
-
- PROMPT UserData OPT
- {
- DEScription: "FDDI Station User Data"
-
- HELP: "The USERDATA keyword specifies a character string up to 32
- characters. USERDATA cannot contain imbedded double quote characters.\n\n
- Enclose the character string in double quotes."
-
- TYPe: STRING (34)
-
- OUTputformat: 'USERDATA=%s'
- }
-
- PROMPT RxBuffers OPT
- {
- DEScription: "Number of receive buffers"
-
- HELP: "The RXBUFFERS keyword specifies the number of receive buffers
- used by the IBMFDDIO LAN driver. The value for this keyword for the Server
- must be: 1, 2, 4, 8,or 16 (default, 16). (Receive buffer size is defined by
- the server SET command. See \'NOVELL NETWARE SYSTEM ADMINISTRATION\'.)"
-
- TYPe: DECIMAL (2)
-
- VALues: 1, 2, 4, 8, 16
-
- OUTputformat: 'RXBUFFERS=%s'
- }
-
- }
-
- ;DrIvEr DeScRiPtIoN EnD
-
-