home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 August / VPR9708B.ISO / DRIVER / DEC / DEFPA281 / CONFIG / README.TXT
Text File  |  1996-11-21  |  6KB  |  134 lines

  1. -----------------------------------------------------------------------------
  2.         Notes on Configuring the DEC FDDIcontroller/PCI
  3. -----------------------------------------------------------------------------
  4.  
  5. PCI controllers are designed to be auto-configured through a system PCI
  6. BIOS or firmware.  Some systems include a system configuration utility 
  7. either built into the BIOS or run as a standalone utility.  These utilities 
  8. may offer configuration options for PCI slots.
  9.  
  10. For those systems that include user-configurable options for PCI slots,
  11. some of the options offered may include:
  12.  
  13.     PCI Slot Enable/Disable
  14.         This option selects whether the PCI slot is enabled or
  15.         disabled.  For the DEC FDDIcontroller/PCI adapter, the
  16.         PCI slot must be enabled.
  17.     
  18.     Bus Master Enable/Disable
  19.         This option selects whether PCI Bus Mastering is enabled
  20.         or disabled for this PCI slot.  The DEC FDDIcontroller/PCI
  21.         must be installed in a Bus Mastering slot and should have
  22.         Bus Mastering enabled.
  23.  
  24.     Interrupt Level (IRQ) Select
  25.         This option selects which interrupt level or IRQ value
  26.         is chosen for this PCI slot.  The DEC FDDIcontroller/PCI
  27.         must have an interrupt selected.  Also, depending on the
  28.         driver and operating system used, support for interrupt
  29.         sharing may or may not be supported.  Check the table at
  30.         the end of this file to determine whether your 
  31.         configuration supports interrupt sharing.
  32.     
  33.     Interrupt Triggering
  34.         This option selects which triggering method is chosen
  35.         for this PCI slot (edge-triggering or level-triggering).
  36.         The DEC FDDIcontroller/PCI must be installed in a PCI
  37.         slot configured for level-triggered interrupts.
  38.     
  39.     Latency Timer Select
  40.         This option selects the Latency Timer setting for this
  41.         PCI slot.  This value affects the amount of time that
  42.         the adapter may master the PCI bus per ownership.  For
  43.         most configurations, a Latency Timer value of 88h is
  44.         appropriate.
  45.  
  46. The following rules may prove useful in resolving PCI configuration 
  47. process problems:
  48.  
  49. - Install the DEC FDDIcontroller/PCI in a Bus Mastering capable PCI slot.
  50.  
  51. - If the system offers user-configurable PCI options, configure the PCI
  52.   slot as follows:
  53.  
  54.     1. Enable the PCI slot.
  55.     2. Enable Bus Mastering.
  56.     3. Select a non-shared interrupt level.
  57.     4. Select level-triggering.
  58.     5. Set a Latency Timer value of 88h.
  59.  
  60. - If it is impossible to set a non-shared interrupt level, check the chart
  61.   at the end of this file to determine whether your driver and operating
  62.   system platform supports shared interrupts.  If so, select an interrupt
  63.   level that is shared with other controllers that also support shared
  64.   interrupts.  Note: Even though a driver for the DEC FDDIcontroller/PCI
  65.   supports shared interrupts it does NOT mean that other controllers in
  66.   the system support shared interrupts.  It is ALWAYS safer to select
  67.   unique interrupt levels for each device in the system.
  68.  
  69. - If your system is still not behaving properly after trying various
  70.   configuration options, try moving the PCI adapters to different slots.
  71.  
  72. Specific Configuration Options:
  73.  
  74. - Shared interrupts may be used with the NetWare 3/4 ODI server driver,
  75.   SCO UNIX, Windows 95, and Windows NT drivers only.  All other drivers 
  76.   require that the PCI slot be configured with a non-shared interrupt.
  77.  
  78. - All of the drivers require either 128 bytes of memory mapped or I/O
  79.   mapped space for the adapter registers.  The addresses for these
  80.   mappings should be automatically set by the PCI BIOS after enabling
  81.   the PCI slot and installing the DEC FDDIcontroller/PCI adapter.
  82.  
  83.   The configuration options are summarized in the following table:
  84.  
  85.              Shared Interrupts/  Maximum NICs
  86. Driver File     Version   Promiscuous Mode    Supported
  87. ------------------------------------------------------------------------
  88. DEFPA.COM        2.10          N / Y              4
  89. DEFPA.SYS (OS/2) 1.01          N / N              4
  90. DEFPA.LAN        3.30          Y / Y             16
  91. DECMSL3X.MSL     2.00          N / N              1
  92. DECMSL4X.MSL     2.00          N / N        limited by OS
  93. DEFPA.DOS        2.19          N / Y              4
  94. DEFPA.OS2        2.19          N / Y              4
  95. DEFPA.SYS (95)   1.82          Y / Y        limited by OS
  96. DEFPA.SYS (NT)   1.82          Y / Y        limited by OS
  97. SCO UNIX (LLI)   2.0.0a        Y / Y              8
  98. SCO UNIX (MDI)   3.2.0a        Y / Y              8
  99.  
  100. Key:
  101.  
  102. DEFPA.COM        - DOS ODI client driver
  103. DEFPA.SYS (OS/2) - OS/2 ODI client driver
  104. DEFPA.LAN        - ODI server driver
  105. DECMSL3X.MSL     - SFT III 3.1X Mirrored-Server Link driver
  106. DECMSL4X.MSL     - SFT III 4.X Mirrored-Server Link driver
  107. DEFPA.DOS        - DOS NDIS 2.01 driver
  108. DEFPA.OS2        - OS/2 NDIS 2.01 driver
  109. DEFPA.SYS (95)   - Windows 95 NDIS 3 driver
  110. DEFPA.SYS (NT)   - Windows NT NDIS 3 driver
  111. SCO UNIX (LLI)   - SCO UNIX LLI device driver
  112. SCO UNIX (MDI)   - SCO UNIX MDI device driver
  113.  
  114.  
  115.             ***TRADEMARKS***
  116.  
  117.   DEC, Digital, and DECpc are trademarks of Digital Equipment 
  118.   Corporation. 
  119.  
  120.   Microsoft, MS, and MS-DOS are registered trademarks and Windows
  121.   and Windows NT are trademarks of Microsoft Corporation.
  122.  
  123.   Novell, NetWare, and LAN WorkPlace are registered trademarks and 
  124.   NetWare Loadable Module, NLM, and NetWare SFT are trademarks 
  125.   of Novell, Incorporated.
  126.   
  127.   OS/2 is a registered trademark of International Business Machines
  128.   Corporation.
  129.  
  130.   SCO is a registered trademark of The Santa Cruz Operation, Incorporated.
  131.  
  132.   UNIX is a registered trademark in the United States and other countries,
  133.   licensed exclusively through X/Open Company Ltd.
  134.