home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Trendware / Te-16pct.exe / SERVER.ODI / 4.X / PNPODI.LDI < prev    next >
Text File  |  1995-09-14  |  1KB  |  58 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. Version:    1.00
  4. SyntaxVersion:      1.00
  5.  
  6. Driver PNPODI
  7. {
  8.     Description:    "PnP EthernetCard Driver"
  9.     Help:        "This driver (PNPODI.LAN) supports the PnP
  10.              EthernetCard installed on server.
  11.              You can install up to four boards in one server."
  12.     ParameterVersion: 1.00
  13.     FILE: PNPODI.LAN
  14.     TimeOut: 20
  15.  
  16.     Prompt Port REQUIRED
  17.     {
  18.         Description: "IOBase of the adapter"
  19.         Type: HEX(3)
  20.         Values: 300, 320, 340, 360, 380, 3A0, 3C0, 3E0, 200, 220, 240, 260, 280, 2A0, 2C0, 2E0
  21.         Default: 300
  22.         OutPutFormat: 'I/O Port = %s'
  23.     }
  24.  
  25.     Prompt NODE
  26.     {
  27.     }
  28.  
  29.     Frame FrameSelect
  30.     {
  31.         Help:         "The driver defaults to load all 4 frame types.
  32.                   You can optionally remove them."
  33.         CDescription: "802.3"
  34.         Choice:       'Ethernet_802.3'
  35.  
  36.         CDescription: "802.2"
  37.         Choice:       'Ethernet_802.2'
  38.  
  39.         CDescription: "802.2 SNAP"
  40.         Choice:       'Ethernet_SNAP'
  41.  
  42.         CDescription: "Ethernet II"
  43.         Choice:       'Ethernet_II'
  44.  
  45.         Default:    1,2,3,4
  46.     }
  47.  
  48.     Prompt RETRIES
  49.     {
  50.         Values:     0-255
  51.         Default:    15
  52.     }
  53. }
  54.  
  55.  
  56. ;DrIvEr DeScRiPtIoN EnD
  57.  
  58.