
                    Compaq Computer Corporation
		SCSI Miniport Driver for Windows 2000

                Version 4-4.82a9 / Windows NT4 Release

Sept 27, 2002

The contents of this kit are listed below.  This kit contains release notes 
and necessary files to install the SCSI Miniport driver 4-4.82a9 in a 
Windows NT version 4.00 system.


   \README.TXT         The file you are now reading
   \OEMSETUP.INF       Driver installation script for NT
                       setup program
   \TXTSETUP.OEM       Driver installation script for NT Boot-time 
                       setup program (boot BIOS must be installed)
   \LPSCSI             Tag file used by the installation
   \lp6nds35.sys       NT SCSI Miniport driver v4-4.82a9 
   \lpxftr.sys         Adjunct driver v4-101a3 supporting persistent binding
   \lputilnt.exe       v1.5a1 GUI Utility (F/W down-load, etc)
   \hbaapi.dll         Common HBA API library v1.8
   \emulexhbaapi.dll   Emulex vendor specific HBA API library v1.8

Compatibility
The LP8000 and LP952 HBA's with firmware version 3.81a1 or 3.82a1
 HP recommends version 3.82a1
Boot Bios version 1.61a2
Arbitrated loop, point to point and fabric topologies


Prerequisites:
Windows NT 4.0 and Service Pack 3 or higher running on an x86 platform 
Windows NT 4.0 Service Pack 6 is strongly recommended

Remove existing drivers
In the Windows NT environment, you should remove the existing driver before installing a new driver.  Follow the steps below to remove an existing driver and then refer to the installation section to install a new driver.

From the Windows NT desktop,
Click Start, select Settings, and Control Panel.
Double click the SCSI Adapters icon.
Select Drivers tab.
Click Remove, and Yes to confirm.
Click OK.
Reboot the computer to restart Windows NT.

INSTALLATION INSTRUCTIONS:
--------------------------

Note: The Driver Update Utility is recommended for driver upgrades to preserve registy parameters of exisiting configurations.  It can be used for new HBA installations also.

From the Windows NT desktop
		Select Start, Settings, and Control Panel.
		Double click the SCSI Adapters icon.
		Select Drivers tab.
		Click Add.
		Click Have Disk.
		Enter the path to the driver files and click OK.
		Select the Driver and click OK to install necessary files.
           choose "Emulex LightPulse PCI Fibre Channel Adapter" if not care of 
              any persistent binding support.
           choose "Emulex LightPulse PCI Fibre Channel Adapter (with adjunct 
              driver)" for persistent binding support. 
		Click Yes to restart the computer.
		Select Start, Settings, and Control Panel.
		Double click the SCSI Adapters icon.
		Select Drivers tab.
		Verify the Emulex  SCSI mini-port driver is present and started. 
		Select Devices tab.
			Verify that the host adapter is present.
		Click the "+" sign to expand the adapter listing.
			Verify the connected disk drive is listed.


After installing the Emulex LPxxx miniport driver and rebooting NT,
Fibre Channel disk devices can be made available by running the NT
Disk Administrator.


General Features / Behavior:
-----------------------------

 - NT Boot Support:

   Booting from NT is supported with the textsetup option (TXTSETUP.OEM 
   on this kit).

 - NT GUI utility support:

   This driver currently supports lputilNT GUI utility. 

 - Fabric Support:

   This driver currently supports two modes of operation based on the registry
   parameter "Topology=n":

   . Topology=0*;
     .  FC-AL (Loop) toplogy only will be used

        After successful Loop Initialization, the driver attempts login with 
        an FL_Port (Switched Fabric Loop Port):

           If FL_Port login is unsuccessful, private loop mode will be 
           entered.  This involves the steps listed below for private loop
           operation.

           If FL_Port login is successful then public loop operation will
           be employed.  This involves the steps listed below for Fabric
           operation.
           
   . Topology=1*;
     .  Switched F_Port (PT-PT) topology only will be used
  
        After successful PT-PT Initialization, the driver attempts login with 
        an F_Port (Switched Fabric PT-PT Port).  In this mode of operation a
        Switched Fabric is required, PT-PT to a Target is not supported (for
        these configurations use Topology=0;).

   * NOTE:Some versions of adapter firmware support automatic topology fail
          -over.  For the purposes of this discussion, Topology options 0,2
          are analogous and options 1,3 are analogous.

   . Private Loop Operation:

      If a switch is not discovered in FC-AL mode (Toplogy=0;) the driver
      will perform the following steps:

      .  If an FC-AL device map is present, each node described in the map
         will be logged into and verified to be a Target.
      .  If an FC-AL device map is not present, logins will be attempted with
         all 126 possible FC-AL addresses.
      .  LOGO/PRLO are also handled by the driver.  Reception of either will
         cause new discovery/logins to take place.

   . Fabric Operation:

      If a switch is discovered the driver will perform the following
      steps:

      .  FL_Port login (Topology=0;)
      .  F_Port  login (Topology=1;)
      .  Simple Name Server login
      .  State Change Registration
      .  Symbolic Name Registration
      .  FCP type Registration if RegFcpType is set to 1
      .  Logout and Re-login Name Server to indicate done with Registration
      .  Simple Name Server query for devices (the registry parameter SnsAll
      .  Simple Name Server query for devices (the registry parameter SnsAll
         determines whether or not all N_Ports are requested (SnsALL=1;) or 
         only SCSI FCP N_Ports (SnsAll=0; default) )
      .  Discovery / device creation will then occur to each Target device
         described by the Name Server
      .  RSCN and LOGO/PRLO are also handled by the driver.  Reception of
         either will cause a new NameServer query to occur, followed by new
         LOGINs.

      NOTE1: This driver is "Soft-Zone-Safe".

      NOTE2: In a Fabric environment the order that disk devices are created
             is based on the Name Server response data (which is not guaranteed
             to be in any special order).  This means that between successive 
             boots the same device MAY BE IDENTIFIED WITH A DIFFERENT PHYSICAL
             DEVICE NUMBER.  However, any devices which have been assigned a 
             device letter through disk administrator will continue to use that
             letter regardless of the physical device number.

 - Driver Addressing Mapping / Hot-Swap Concerns:

   Once a device is initially assigned a Bus/Target ID (at boot), the device
   will continue to be mapped to its Bus/Target ID based on WWPN,
   Nodename or Fibre Channel address (D_ID) depending upon the following
   registry options:

   . WWPN:      HardAddress=0;MapNodeName=0;
   . NodeName:  HardAddress=0;MapNodeName=1;
   . D_ID:      HardAddress=1;(MapNodeName=don't care)

   By default, a device is mapped via WWPN which allows it to be moved
   from one switch port (or JBOD slot) to another and have the Host I/O
   continue to be routed to that specific device.

   Environments that involve hot-swapping of an array controller or
   drive typically require mapping the "new" device in place of the
   old.  If the swapped-in device presents a different WWPN (than the
   original device) then it will be mapped  as new device, unless
   mapping takes place by either D_ID or NodeName.  If hot-swapping
   is required use the following guidelines:

   .  Map by NodeName when:

      A disk array with hot swappable controller(s) is employed that
      maintains the same Fibre Channel NodeName after replacement, but
      uses a unique Fibre Channel WWPN per controller.

   .  Map by D_ID when:

      A native Fibre Channel disk drive or array controller is employed
      that when replaced will identify itself with a different Fibre 
      Channel NodeName and WWPN from the original.

      NOTE:  LPUTILNT allows the MapNodeName and HardAddress options 
             to be dynamically managed.  This allows user to temporarily
             change the option, swap the array controller/drive and then
             go back to the default of mapping based on WWPN.

 - The internal name in the properties item for LP6NDS35.SYS reflects SLI-2
   interface support.

 - SLI-2 driver interface support. 

   The driver supports a lighter-weight interface called SLI-2 available
   in v2.00 firmware (and above) that reduces CPU overhead by causing the
   adapter to DMA command/response/buffer lists to/from Host memory without
   CPU intervention.

 - Target Reset may be used to break reservations.

   By default a Target Reset will be sent when BUS_RESET() is called
   to clear SCSI reservations. This is the recommended way to clear
   Target reservations. This action is controlled by the ResetTPRLO=0
   (default) registry parameter. Setting ResetTPRLO=1 will use Third
   Party Process Logout instead.

   In the case that the Target is a legacy Seagate Fibre Channel disk
   drive that does not support either Target Reset or TPRLO, we provide the 
   ResetFF option that transmits LIP(FF) when BUS_RESET() is called.
   This option is off by default (ResetFF=0) and is only applicable to
   FC_AL Private Loop connections.

 - Command Queue Full / SCSI Logical Busy handling:

   The driver (by default) will issue a status of SRB_STATUS_BUSY when it
   processes a SCSI_COMMAND_QUEUE_FULL or SCSI LOGICAL BUSY error returned
   from the Target.  The NT Port driver will delay 1-2 seconds before re-
   queuing this request which gives the Target drain time.

   This is to avoid an NT Scsi subsystem error when NT re-queues a command
   that returns QUEUE_FULL (NT can re-queue the Srb with a 0 byte count
   (BAD) and limit the queue depth to the level when the QUEUE_FULL was
   received).

   The behavior of returning SRB_STATUS_BUSY can be turned off by using
   the EmulexOption registry parameter (documented below).

 - Fibre Channel Link Speed

   The driver by default is set to automatic link speed detection on adapters
   that support speeds other than 1.0625 Gb/s.  The LinkSpeed registry
   parameter allows the user to force the adapter to a desired (and
   supported) link speed. See documentation for this parameter below.

- Persistent Binding 

   Persistent binding support is added by running the Adjunct driver with the 
   miniport driver. In order to run the miniport driver with the Adjunct 
   driver, EmulexOption 0x0800 has to be set. Without setting the 
   EmulexOption 0x0800, the miniport driver works as before (automap without 
   persistent binding). However, setting EmulexOption 0x0800 without running 
   with the Adjunct driver, no devices will be found.

   The Persistent Binding table is stored in the registry under 
   "HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services->lpxftr". Users
   should avoid changing the table directly at the registry. Users should 
   use lputilnt.exe to modify the table. Reboot is required to get the new
   binding to take effect. 

   Persistent binding support is implemented to allow users to set binding
   to either WWPN, WWNN or D_ID. Users can configure the binding to one of 
   addressing mapping the same way as users set the device mapping (refer
   to the Device Addressing Mapping section for more details). Users configure 
   the binding addressing mapping by setting the two registry options,
   HardAddress and MapNodeName, as follows:

      . WWPN:      HardAddress=0;MapNodeName=0;
      . NodeName:  HardAddress=0;MapNodeName=1;
      . D_ID:      HardAddress=1;(MapNodeName=don't care)
  



Registry Options:
-----------------

    The NT SCSI driver has many options which may be modified to allow
    different behavior without the need to recompile the driver.  These
    options all have defaults within the driver, such that when not specified
    in the registry driver defaults are exercised.  Below is a list of the
    individual options and how to set them.

    Under "HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services->lp6nds35"

    Add (if not already present) the following Keys under lp6nds35

    Parameters->Device   (Parameters apply to ALL adapters)
              |   or
              ->Devicen  (Parameters apply to adapter number 'n' 0-99)

    Under Device add a value of "DriverParameter" Type Reg_SZ.  
    The string can contain multiple entries separated by a semi-colon (;).  
    Current parameters that can be set are as follows:

   NOTE: We do not recommend using Devicen for multiple controllers since the 
         Devicen setting may not work properly. This is caused by a Microsoft
         ScsiPort driver bug. Please refer to Microsoft Knowledge Base
         Article Q140269.

********************************************************************************
Note: HP does NOT recommend modifying any registry parameters. All Registry 
parameters are modified by the mini-port driver's .inf file, the platform for 
your supported configuration, and your specific application (Secure Path, DRM, 
EBS,...).
********************************************************************************


    AbortStatus=0xn;  values from 0x00-0xFF, controls Win2K SRB error status for
                      general Abort conditions, default=SRB_STATUS_BUS_RESET
                      (0x0E) which will not cause the current Win2K class driver
                      to throttle down I/O performance after 4 of these errors
                      have been received (on a per-LUN basis)

    ARBTOV=n;         values are in milliseconds from 500 to 20000, 
                      default=1500.  Represents FC-AL Arbitration time-out
                      prior to LIP

    Class=n;          values from 1-2, default=2, controls which Fibre Channel
                      Class will be used: 1=Class 2, 2=Class 3

    CrfIntrpt=n;      values from 0-1, default=0, HP current default = 1, 
		      Coalesce Response Interrupt Feature,  this feature 
                      must be used in conjuction with 
                      CrfMsCnt and CrfRspCnt and allows the HBA to hold off 
                      from interrupting the Host as long as the Host has made
                      progress on the outstanding response queue during the
                      last CrfMsCnt period.

    CrfMsCnt=n;       values from 0-63, default=0, HP current default = 1, 
                      Coalesce Response Feature,
                      this value specifies a count of milliseconds after which
                      an Interrupt response is generated if CrfRspCnt has not
                      been satisfied.  Zero specifies immediate reponse 
                      notification.  The CRF feature allows either 'n'
                      milliseconds or 'y' response entries posted prior to
                      generating an Interrupt.

    CrfRspCnt=n;      values from 0-255, default=0, HP current default = 8,
                      Coalesce Response Feature,
                      this value specifies a count of Response Entries after
                      which an Interrupt response is generated.  Zero specifies
                      immediate reponse notification.  The CRF feature allows
                      either 'n' milliseconds or 'y' response entries posted 
                      prior to generating an Interrupt. 

    DisableAck0=n;    values from 0-1, default=0, 0=Enable ACK_0 functionality,
                      1=Disable ACK_0 functionality.
 
    DiscoveryDelay=n; values from 0-7, default=0, controls whether the driver
                      waits for 'n' seconds to start port discovery after 
                      link up.  
                      0=    Don't wait after link-up
                      1-7 = #seconds to wait after link-up before starting 
                            port discovery

                      Setting this parameter from 2-5 seconds helps device
                      availability with certain Target vendors.

                      NOTE: Any Target that enters PDISC Pending state upon
                            receipt of a Fabric RSCN,  requires this parameter
                            to be set >= 2 seconds.  Check with your Target
                            vendor to see if this is required.

    DiscMethod=n;     values from 0-1, default=1, 0=Issue ADISC to check 
                      existence of nodes previously login before issuing PLOGI
                      in Discovery, 1=use PLOGI only in Discovery.

    ElsRetryCount=n;  values from 1-255, default=1, controls how many retries
                      are used when an ELS_REQUEST (like PLOGI, PRLI, etc.)
                      times-out.  

    ElsRjtCount=n;    values from 0-255, default=45, and controls how to
                      treat LINK_SERVICE_REJECTs with either
                      LOGICAL_BUSY/INVALID_NODE or 
                      UNABLE_PROCESS/CMD_IN_PROCESS, reasons/explainations.
                      A non-zero count allows these responses to be retried
                      on a fixed 2 second interval for up to the value
                      specified.

                      This feature has been strongly recommended
                      by certain array vendors.

    ElsTimeOut=n;     values from 0-1, default=0, HP current default = 6,
                      controls whether the driver
                      issues a LIP when 2 consecutive Extended Link Service
                      requests (like PLOGI or PRLI) time-out.
                      0= Don't issue a LIP when 2 consecutive ELS's time-out
                      1= Issue a LIP when 2 consecutive ELS's time-out

    EmulexOption=n;   values from 0x0 - 0x7FFFFFFF, default=0x0000C200, HP current default = 0xAA00,
                      this is a bit vector of options, one bit per option listed 
                      below:

                      Value:   0x00000001   DISABLE_SCSI_BUSY -
                                               Don't return SRB_STATUS_BUSY
                                               to SCSI_BUSY errors
                      Value:   0x00000002   LOG_STARTIO_ERRORS - 
                                               Log ALL returned errors from
                                               STARTIO into the Event Log
                      Value:   0x00000004   RESERVED
                      Value:   0x00000008   DISABLE_SCSI_QBUSY - 
                                               Don't return SRB_STATUS_BUSY
                                               to SCSI QUEUE FULL errors
                      Value:   0x00000010   DISABLE_SCSI_RSP_CHECK -
                                               Don't validate SCSI RSP
                                               field validity
                      Value:   0x00000020   RESERVED
                      Value:   0x00000040   RESERVED
                      Value:   0x00000080   LIRP_DISABLE -
                                               Don't allow LIRP/LILP loop init
                                               phase 
                      Value:   0x00000100   HBA_RESET_DISABLE -
                                               Debugging option to prevent the
                                               driver from resetting the HBA
                      Value:   0x00000200   VSA_ENABLE -
                                               Allow Volume Set Addressing
                      Value:   0x00000400   Reserved.
                      Value:   0x00000800   INIT_BY_FTRDRV -
                                               Work with lpxftr.sys for 
                                               persistent binding support.
                      Value:   0x00001000   RESERVED
                      Value:   0x00006000   SERR & PERR Config -
                                               This is a 2-bits option:
                                                  0x00004000: configure SERR &
                                                     PERR as BIOS configured.
                                                     If this bit is set, 
                                                     bit 13 (0x00002000) will
                                                     be ignored.
                                                  0x00002000: if bit 14 
                                                     (0x00004000) is 0, 
                                                        value 0 - turns off 
                                                           SERR &  PERR
                                                        value 1 - turns on
                                                           SERR &  PERR
                      Value:   0x00008000   SLIMPTR_ENABLE -
                                               This enables firmware to use
                                                  its memory for the host 
                                                  pointers instead of using
                                                  host memory. This increases
                                                  performance.

    EnableDPC=n;      values 0 or 1, default=0, HP current default = 1, 
                      0=process I/O completion at
                      interrupt level, 1=process at DPC level.

    ErrRetryMax=n;    values from 0 - 0xFFFFFFFE, default=0x00000001,HP current default = 0,
                      specifies the number of retries while receiving Error
                      attention 0x10000000 (SERR or PERR):
                         0 : retry indefinitely.  
                         1 : no retry.
                         2 - 0xFFFFFFFE : number of retries + 1.

    FrameSizeMSB=n;   values from 0-8, default=0, controls the upper byte of
                      receive FrameSize in issued in PLOGI (0 and 8 are 
                      synonyms).  This allows the frameSize to be constrained
                      on 256 byte increments from 256 (1) - 2048 (8).
 
    HardAddress=n;    values from 0-1, default=0, controls whether the driver
                      maps addresses based on World Wide Port Name (WWPN) or
                      expects FC-AL HARD ADDRESSING:
                      0= Map Win2K Bus/Target addresses to a WWPN
                      1= Map Win2K Bus/Target addresses to fixed FC-AL Hard 
                         address
                         some hot-swap applications may require HardAddress=1;

    HardAlPa=0xn;     values from 0x00 - 0xEF, default=0x00 (0x00 says use soft
                      addressing, or FLASH stored Hard address value), 
                      ONLY VALID ALPAs may be used !!  Allows the Adapter to 
                      use a HARD assigned loop address.  See AL_PA table below:

                      0x01, 0x02, 0x04, 0x08, 0x0F, 0x10, 0x17, 0x18, 0x1B,
                      0x1D, 0x1E, 0x1F, 0x23, 0x25, 0x26, 0x27, 0x29, 0x2A,
                      0x2B, 0x2C, 0x2D, 0x2E, 0x31, 0x32, 0x33, 0x34, 0x35,
                      0x36, 0x39, 0x3A, 0x3C, 0x43, 0x45, 0x46, 0x47, 0x49,
                      0x4A, 0x4B, 0x4C, 0x4D, 0x4E, 0x51, 0x52, 0x53, 0x54,
                      0x55, 0x56, 0x59, 0x5A, 0x5C, 0x63, 0x65, 0x66, 0x67,
                      0x69, 0x6A, 0x6B, 0x6C, 0x6D, 0x6E, 0x71, 0x72, 0x73,
                      0x74, 0x75, 0x76, 0x79, 0x7A, 0x7C, 0x80, 0x81, 0x82,
                      0x84, 0x88, 0x8F, 0x90, 0x97, 0x98, 0x9B, 0x9D, 0x9E,
                      0x9F, 0xA3, 0xA5, 0xA6, 0xA7, 0xA9, 0xAA, 0xAB, 0xAC,
                      0xAD, 0xAE, 0xB1, 0xB2, 0xB3, 0xB4, 0xB5, 0xB6, 0xB9,
                      0xBA, 0xBC, 0xC3, 0xC5, 0xC6, 0xC7, 0xC9, 0xCA, 0xCB,
                      0xCC, 0xCD, 0xCE, 0xD1, 0xD2, 0xD3, 0xD4, 0xD5, 0xD6,
                      0xD9, 0xDA, 0xDC, 0xE0, 0xE1, 0xE2, 0xE4, 0xE8, 0xEF

    HlinkTimeOut=n;   values are in seconds from 0-255, default=30, controls
                      the time-out from Hardware link-down to Hardware link-up.
                      If this time-out is exceeded then the driver will stop
                      issuing BUSY status for requests and starts to issue
                      SELECTION_TIMEOUT error status.  This value may be set
                      smaller than LinkTimeOut as it does not include port
                      discovery. Setting this value to 0 (zero) causes the 
                      time-out to occur after 0 seconds.

    HostName="name";  "name" is used to specify the system host name and as
                      part of node symbolic name to be registered to the 
                      Name Server. It is limited to 32 characters long.
                      (Notes: lputilnt.exe will be modified to allow user
                         to change this value in future release.)

    HppIoTimeOut=n;   values are in seconds from 0-255, default=30, controls
                      the maximum length of time that I/O will be returned
                      with BUSY status while the adapter is in a Hot Plug
                      PCI "not ready state" (just powered off/on, but not 
                      yet ready).  If this time-out is exceeded prior to 
                      replacing/powering on the HBA, I/O requests will be 
                      returned with SRB_STATUS_ERROR status. Setting this value
                      to 0 (zero) causes the time-out to occur after 0 seconds. 

    InitialDelay=n;   values from 0-1, default=1, controls whether the driver
                      waits for 2 seconds to start port discovery, at the 
                      initial link up or not. 
                      0= Don't wait 2 seconds at startup
                      1= Wait 2 seconds at startup

                      The initial 2 second delay is strongly recommended
                      by certain array vendors.

    LinkSpeed=n;      values are in Gbit from 0-2, default=0 (auto speed 
                      selection), allows user to force link speed. This 
                      option is only meaningful to a Host Adapter which
                      supports other than 1 Gbit. Setting this option 
                      incorrectly may cause the Host Adapter to fail to 
                      initialize.
                      1= 1Gbit
                      2= 2Gbit

    LinkTimeOut=n;    values are in seconds from 1-500, default=60, controls
                      the time-out when a "Down-Link" stops issuing a BUSY
                      status for requests and starts to issue SELECTION_TIMEOUT
                      error status.  This linkTimeOut includes port login and
                      discovery time.

    LipFFrecovery=n;  values from 0-1, default=0, controls whether the driver
                      issues a LIP when the link has been down for LinkTimeOut/2
                      0= Don't issue a LIP when linkDownTime = LinkTimeOut/2
                      1= Issue a LIP when linkDownTime = LinkTimeOut/2, helps
                         recover some dual-port devices whose "other port" is
                         "stuck"

    LogErrors=n;      values 0 or 1, default=0, 0=don't log general adapter/
                      disk errors, 1=use Event Log to log general errors.
                      See below for information on the event codes.

    MapNodeName=n;    values from 0-1, default=0, controls whether the driver
                      maps devices based on WWPN or NodeName.
                      0= Map devices based on WWPN (World-Wide-Port-Name)
                      1= Map devices based on NodeName

    NodeTimeOut=n;    values are in seconds from 0-255, default=20, HP current default = 60,
                      controls the time-out at which a formerly logged in node will
                      issue SELECTION_TIMEOUT error status to an I/O request.
                      This provides some hysterysis for a node that may re-
                      enter the configuration soon.  The timer starts after
                      port discovery has been completed, and the node is no
                      longer present. Setting this value to 0 (zero) causes
                      the time-out to occur after 0 seconds.

    QueueAction=n;    values 0-2, default=0: 
                             0 = QueueAction is Win2K Specified
                                 (SIMPLE_QUEUE_TAG)
                             1 = QueueAction will be HEAD_OF_QUEUE_TAG
                             2 = QueueAction will be ORDERED_QUEUE_TAG

    QueueDepth=n;     values from 1-255 requests per *LUN/Target, default=32
                      *see "QueueTarget" parameter.

    QueueTarget=n;    values 0 or 1, default=0: 
                             0 = QueueDepth applies on a per Lun basis
                             1 = QueueDepth applies on a per Target basis

    RegFcpType=n;     values 0 or 1, default=1. 1=register the Fcp type with
                      the Name Server.
                     
    ResetFF=n;        values 0 or 1, default=0, 0=ResetBus translates to
                      LIP(F7) 1=ResetBus translates to LIP(FF), used for 
                      WolfPack to force reservations to be freed when 
                      ResetBus issued.  Only meaningful for FC-AL topology
                      and Seagate native FC disk drives.  Emulex reccom-
                      mends breaking reservations with Target Reset.

    ResetTPRLO=n;     values 0-2, default=0, HP current default = 1, ResetFF default=0
                      0= Send Target Reset Task Management to every logged 
                         in target device. ABTS all outstanding commands, 
                         then it sends PLOGI and PRLI. Link reinitialization
                         is initiated only if ResetFF=1 (not recommended).
                      1= Send TPRLO to every logged in target device with 
                         Global Process Logout bit=1 and Type Code field=8.
                         Link reinitialization is initiated only if 
                         ResetFF=1 (not recommended).
                      2= ABTS all outstanding commands, then it sends TPRLO to
                         every logged in target device with Global Process 
                         Logout bit=1 and Type Code field=8.  Link 
                         reinitialization is initiated only if ResetFF=1 (not 
                         recommended).

    RetryNodePurge=n; values from 0-1, default=1, controls whether the driver
                      causes Port discovery just prior to purging a node, due
                      to NodeTimeOut exceeded.

                      Setting this parameter (=1) allows the driver to retry
                      discovery of a Node prior to Purge.  This option should 
                      be enabled for all HUBs that do not issue a LIP whenever
                      a port is "un-bypassed".  The Emulex Digital HUB does 
                      not require this option to be enabled.

    RTTOV=n;          values are in milliseconds from 10 to 511, default=256
                      time-out between phases of Offline to Online protocol.

    ScanDown=n;       values 0 or 1, default=1, 0=Lowest AL_PA = Lowest 
                      physical disk, 1=Highest AL_PA = Lowest Physical Disk,
                      i.e. 0=Ascending AL_PA order, 1=Ascending SEL_ID order
                      This value applies to Private Loop Only.

    SendEcho=n;       values from 0-1, default=0, controls whether the driver
                      sends an echo frame to itself every 4 seconds or not.

                      Setting this parameter (=1) allows early detection of a
                      spurious HUB Port bypass, and should be enabled for all
                      HUBs that do not issue a LIP whenever a port is "un-
                      bypassed".  The Emulex Digital HUB does not require this
                      option to be enabled.

    SimulateDevice=n; values 0 or 1, default=0, HP current default = 1,
                      0=don't create a "dummy" disk
                      device, 1=create a dummy disk to force the driver to
                      load if no disk devices are present at boot time.

    SnsALL=n;         values from 0-1, default=0, controls which N_Ports are
                      queried from the NameServer, =0 SCSI FCP only, =1 ALL
                      N_Ports.

    TargetBlkSize=n;  values from 0-16384, default=16384, specifies number
                      of blocks to allocate for internal target.

    TargetEnable=n;   values from 0-2, default=0,
                      0= disable
                      1= enable Target from boot
                      2= enable Target after IOCTL

    Topology=n;       values 0-3, default=2, 
                      0=  FC-AL (Loop) 
                      1=  PT-PT Fabric
                      2= *FC-AL first, then attempt PT-PT
                      3= *PT-PT Fabric first, then attempt FC-AL

                     Note *: Topology fail-over requires v3.20 firmware or
                             higher.  With out using firmware that supports
                             Topology fail-over,  options 0,2 and 1,3 are
                             analagous.

    TrafficCop=n;     values 0 or 1, default=0, 1=enable FC-AL loop master
                      to run unfair and break potential arbitration problems
                      by sending frames to itself, 0= run fair no frames.



NT4.0 Miniport Event Log Codes:
-------------------------------

The NT Miniport driver can log events / errors in the NT event log.  Serious
errors will always be logged, while informational events will only be logged
if the registry parameter "LogErrors=1" is used.

All Miniport logged events are issued with an Event ID of 11, INTERNAL 
ADAPTER ERROR, but do not necessarily indicate an adapter error occurred. There
are several exceptions:-
   0xC1 is logged as BAD FIRMWARE WARNING (Event ID 26).
   0xC2 is logged as BAD FIRMWARE WARNING (Event ID 26).
   0xED is logged as BUS TIMEOUT (Event ID 9).

Byte offset 0x10 of the event is the driver event code, while byte offset
0x11-0x13 contain event specific information.

NOTE:  Entries marked with an asterisk (*) are logged only when "LogErrors=1"
       is used.

Offset   Explanation                    0x11 - 0x13 further information
0x10  
-------------------------------------------------------------------------------
0xC0   Invalid Link Speed selection
0xC1   AutoTopology not supported        Current firmware version
          in this firmware                  0x11 bit4-7: major rev
                                            0x11 bit0-3
                                            0x12 bit4-7: minor rev
                                            0x12 bit0-3: 1=A,2=B,3=N,4=X
                                            0x13 bit0-7: patch level
                                          e.g. 0x11=0x30 0x12=0x24 0x13=0x02
                                                ==> 3.02X2
0xC2   Invalid data fix is not           Current firmware version 
          supported in this firmware        (see 0xC1)
0xC3 * Reestablishing Link
0xD0   SNS_REQ (XMIT_SEQ) failed         0x11= cmdStat, 12= Parm err
0xD1   SNS_RSP (RCV_SEQ) failed          0x11= cmdStat, 12= Parm err
0xD3 * RCV_ELS_REQ failed                0x11= cmdStat, 12= Parm err
0xD4 * XMT_ELS_RSP failed                0x11= cmdStat, 12= Parm err
0xD5   Too many Targets found (160+)     0x11 - 13 = d_id that didn't fit
0xD6 * SNS request time-out              0x11 - 13 no additional information
0xD7 * Mailbox Irupt Time-out            0x11= Mailbox word 0
0xD8 * TPRLO requested when busy         0x11= local req. state, 12= discState
                                           13= Mailbox word 0
0xD9 * Link down time-out occurred       0x11= local req. state, 12= discState
                                           13= Mailbox word 0
0xDA * Hard link down time-out occurred  0x11= local req. state, 12= discState
                                           13= Mailbox word 0
0xE0 * Node Purged from Configuration    0x11 - 0x13 = D_ID of node purged
0xE1   Error Interrupt occurred          Status reg bytes 1-3 in event 11-13
                                         !! E1 error indicates an adapter H/W                                                       
                                         !! Failure, return this HBA for repair
0xE2   Mailbox cmd Timeout               0x11= command
0xE3   Mailbox rsp err                   0x11= command, 12-13 = mbxStatus
0xE4   Adapter not ready after Init      Status reg bytes 1-3 in event 11-13
0xE6   Mailbox int. but cmd not cmplt    0x11= MB cmd, 12-13 = mbxStatus
0xE7   SRB already queued to ring
0xE8   RESTART Failed
0xE9   PORT BYPASS (LPB) rcv'd
0xEB   Unknown IOCB cmd rsp              0x11= 15:8=cmd field
0xEC   Uncached Extension alloc. error
0xED   Link down @boot time (30 sec.)    
0xEF   Too many Irupts at initial boot
0xF0 * Rcv ELS Request (possible logout) 0x11= ELS type, 12-13 = X_ID
0xF1   LinkUp err; LP6/7 Dwn, driver Up  0x11= parameter field, 12=IOCB cmd
0xF2   LinkUp w/ Illegal or corrupt RPI  0x11= parameter field, 12=IOCB cmd
0xF3 * DeQueue ring->iotCmd.head         0x11= callerID 
0xF4   Adapter Reset                     0x11= coded reason for reset:
                                           bit 0=IOCB Requeue; bit 1=ReadLa rty
                                           bit 2=InitLink rty; bit 3=RstBus rty
                                           bit 4=Mailbox time-out
0xF5 * FCP_IXXX_CR IOCB rsp err          0x11= cmdStat, 12= Parm err, 13= ALPA  
0xF6 * FCP_IXXX_CX IOCB rsp err          0x11= cmdStat, 12= Parm err, 13= ALPA  
0xF8   Inavlid FCP_RSP                   0x11= FcpCntrl, 12= ScsiStat, 13= Len 
0xF9 * Two consec. timeouts, issue LIP   
0xFA   START_IO error                    0x11= ErrType, 12= SrbStat, 13= LinkUp
0xFB * ELS_REQ_CR IOCB rsp err           0x11= cmdStat, 12= Parm err, 13= ALPA
0xFC * ELS_REQ_CX IOCB rsp err           0x11= cmdStat, 12= Parm err, 13= ALPA
0xFE * FLOGI Failed                      0x11= cmdStat, 12= Parm err

NOTE:  Entries marked with an asterisk (*) are logged only when "LogErrors=1"
       is used.


CmdStat values:

   IOSTAT_FCP_RSP_ERR            0x1
   IOSTAT_REMOTE_STOP            0x2    Remote sent an ABTS
   IOSTAT_LOCAL_REJECT           0x3    Parm field  contains additional info
   IOSTAT_NPORT_RJT              0x4
   IOSTAT_FABRIC_RJT             0x5
   IOSTAT_NPORT_BSY              0x6
   IOSTAT_FABRIC_BSY             0x7
   IOSTAT_INTERMED_RSP           0x8
   IOSTAT_LS_RJT                 0x9   Remote sent LS_RJT
   IOSTAT_BA_RJT                 0xA   Remote Sent BA_RJT

Parm error values (valid only when cmdStat=0x3):

  IOERR_SUCCESS                 0x00
  IOERR_MISSING_CONTINUE        0x01
  IOERR_SEQUENCE_TIMEOUT        0x02   Possible bad cable/link noise
  IOERR_INTERNAL_ERROR          0x03
  IOERR_INVALID_RPI             0x04   Remote port login data invalid
  IOERR_NO_XRI                  0x05
  IOERR_ILLEGAL_COMMAND         0x06
  IOERR_XCHG_DROPPED            0x07
  IOERR_ILLEGAL_FIELD           0x08
  IOERR_BAD_CONTINUE            0x09
  IOERR_TOO_MANY_BUFFERS        0x0A
  IOERR_RCV_BUFFER_WAITING      0x0B
  IOERR_NO_CONNECTION           0x0C
  IOERR_TX_DMA_FAILED           0x0D
  IOERR_RX_DMA_FAILED           0x0E
  IOERR_ILLEGAL_FRAME           0x0F   Possible bad cable/link noise
  IOERR_EXTRA_DATA              0x10
  IOERR_NO_RESOURCES            0x11
  IOERR_RESERVED                0x12
  IOERR_ILLEGAL_LENGTH          0x13
  IOERR_UNSUPPORTED_FEATURE     0x14
  IOERR_ABORT_IN_PROGRESS       0x15
  IOERR_ABORT_REQUESTED         0x16
  IOERR_RECEIVE_BUFFER_TIMEOUT  0x17
  IOERR_LOOP_OPEN_FAILURE       0x18   FC_AL target not responding. Rcvd our
                                       own transmitted frame back. Port may
                                       be bypassed by a hub.
  IOERR_RING_RESET              0x19
  IOERR_LINK_DOWN               0x1A 
  IOERR_CORRUPTED_DATA          0x1B
  IOERR_CORRUPTED_RPI           0x1C
  IOERR_OUT_OF_ORDER            0x1D   Possible bad cable/link noise
  IOERR_OUT_OF_ORDER_ACK        0x1E
  IOERR_DUPLICATE_FRAME         0x1F
  IOERR_INVALID_ACK             0x20
  IOERR_BAD_40BIT_ADDRESS       0x21
  IOERR_RESERVED                0x22
  IOERR_RESERVED                0x23
  IOERR_RESERVED                0x24
  IOERR_ABORT_MULTI_REQUESTED   0x25
  IOERR_RESERVED                0x26
  IOERR_RESERVED                0x27
  IOERR_LINK_BUFFER_SHORTAGE    0x28
  IOERR_RCV_XRIBUF_WAITING      0x29
-------------------------------------------------------------------------------


SCSI Address Mapping:
---------------------

The driver emulates 7 SCSI busses and 32 targets each bus to map 224 devices
maximum. The last device is reserved for the simulate device. If the registry
parameter, SimulateDevice, is set to 1, the simulate device responds to the
OS request.

The device mapping starts on either Bus 0 or Bus 1 depending on the registry 
parameter, EmulexOption. If bit 9 of EmulexOption is 1 (i.e. 0x00000200), the 
Bus 0 is used for the COmpaq array controller; then, the bus mapping starts 
from Bus 1 to Bus 2. Otherwise, the bus mapping starts from Bus 0 to Bus 1.

The mapping scheme is different between Fabric Device and Private Loop Device.
Refer to the following two sections for more details.

Fabric Device Mapping:
----------------------

In a Fabric (switched) environment, devices are initially created based on
the order that they are returned from the Simple Name Server (SNS).  Once
created (at boot) the devices will continue to be tracked based on:

 - WWPN:      HardAddress=0;MapNodeName=0;
 - NodeName:  HardAddress=0;MapNodeName=1;
 - D_ID:      HardAddress=1;(MapNodeName=don't care)

Private Loop Device Mapping:
----------------------------

In a private loop environment (FC-AL, no switch), devices are initially
created based on a fixed address ordering (described below).  Once
created (at boot) the devices will continue to be tracked based on:

 - WWPN:      HardAddress=0;MapNodeName=0;
 - NodeName:  HardAddress=0;MapNodeName=1;
 - D_ID:      HardAddress=1;(MapNodeName=don't care)

This section identifies the initial FIXED mapping between NTs 
Bus/Target/Lun and a Fibre Channel native address (AL_PA / SEL_ID).  
There are two potential mappings based on a registry parameter (ScanDown=0;
(driver default) use *, ScanDown=1; ).  

The index into the following table can be derived by:

   #define TARGETS_PER_BUS 32 

   i = (Srb->PathId > 0) ? Srb->PathId-1 : 0;  // Bus 0 = dummy bus
   nodeInx = ((i * TARGETS_PER_BUS) + Srb->TargetId);


Current Map Table:


  Bus #  |   Target #  |   Lun #  | *AL_PA  | *SEL_ID | **AL_PA | **SEL_ID
---------------------------------------------------------------------------
|   0    |    0-31     |    0-7   |  NONE   |  NONE   |  NONE   |  NONE   |
---------------------------------------------------------------------------
|   1*** |      0      |    0-7   |  0x01   |  0x7D   |  0xEF   |  0x00   |
|        |      1      |    0-7   |  0x02   |  0x7C   |  0xE8   |  0x01   |
|        |      2      |    0-7   |  0x04   |  0x7B   |  0xE4   |  0x02   |
|        |      3      |    0-7   |  0x08   |  0x7A   |  0xE2   |  0x03   |
|        |      4      |    0-7   |  0x0F   |  0x79   |  0xE1   |  0x04   |
|        |      5      |    0-7   |  0x10   |  0x78   |  0xE0   |  0x05   |
|        |      6      |    0-7   |  0x17   |  0x77   |  0xDC   |  0x06   |
|        |      7      |    0-7   |  0x18   |  0x76   |  0xDA   |  0x07   |
|        |      8      |    0-7   |  0x1B   |  0x75   |  0xD9   |  0x08   |
|        |      9      |    0-7   |  0x1D   |  0x74   |  0xD6   |  0x09   |
|        |     10      |    0-7   |  0x1E   |  0x73   |  0xD5   |  0x0A   |
|        |     11      |    0-7   |  0x1F   |  0x72   |  0xD4   |  0x0B   |
|        |     12      |    0-7   |  0x23   |  0x71   |  0xD3   |  0x0C   |
|        |     13      |    0-7   |  0x25   |  0x70   |  0xD2   |  0x0D   |
|        |     14      |    0-7   |  0x26   |  0x6F   |  0xD1   |  0x0E   |
|        |     15      |    0-7   |  0x27   |  0x6E   |  0xCE   |  0x0F   |
|        |     16      |    0-7   |  0x29   |  0x6D   |  0xCD   |  0x10   |
|        |     17      |    0-7   |  0x2A   |  0x6C   |  0xCC   |  0x11   |
|        |     18      |    0-7   |  0x2B   |  0x6B   |  0xCB   |  0x12   |
|        |     19      |    0-7   |  0x2C   |  0x6A   |  0xCA   |  0x13   |
|        |     20      |    0-7   |  0x2D   |  0x69   |  0xC9   |  0x14   |
|        |     21      |    0-7   |  0x2E   |  0x68   |  0xC7   |  0x15   |
|        |     22      |    0-7   |  0x31   |  0x67   |  0xC6   |  0x16   |
|        |     23      |    0-7   |  0x32   |  0x66   |  0xC5   |  0x17   |
|        |     24      |    0-7   |  0x33   |  0x65   |  0xC3   |  0x18   |
|        |     25      |    0-7   |  0x34   |  0x64   |  0xBC   |  0x19   |
|        |     26      |    0-7   |  0x35   |  0x63   |  0xBA   |  0x1A   |
|        |     27      |    0-7   |  0x36   |  0x62   |  0xB9   |  0x1B   |
|        |     28      |    0-7   |  0x39   |  0x61   |  0xB6   |  0x1C   |
|        |     29      |    0-7   |  0x3A   |  0x60   |  0xB5   |  0x1D   |
|        |     30      |    0-7   |  0x3C   |  0x5F   |  0xB4   |  0x1E   |
|        |     31      |    0-7   |  0x43   |  0x5E   |  0xB3   |  0x1F   |
---------------------------------------------------------------------------
|   2*** |      0      |    0-7   |  0x45   |  0x5D   |  0xB2   |  0x20   |
|        |      1      |    0-7   |  0x46   |  0x5C   |  0xB1   |  0x21   |
|        |      2      |    0-7   |  0x47   |  0x5B   |  0xAE   |  0x22   |
|        |      3      |    0-7   |  0x49   |  0x5A   |  0xAD   |  0x23   |
|        |      4      |    0-7   |  0x4A   |  0x59   |  0xAC   |  0x24   |
|        |      5      |    0-7   |  0x4B   |  0x58   |  0xAB   |  0x25   |
|        |      6      |    0-7   |  0x4C   |  0x57   |  0xAA   |  0x26   |
|        |      7      |    0-7   |  0x4D   |  0x56   |  0xA9   |  0x27   |
|        |      8      |    0-7   |  0x4E   |  0x55   |  0xA7   |  0x28   |
|        |      9      |    0-7   |  0x51   |  0x54   |  0xA6   |  0x29   |
|        |     10      |    0-7   |  0x52   |  0x53   |  0xA5   |  0x2A   |
|        |     11      |    0-7   |  0x53   |  0x52   |  0xA3   |  0x2B   |
|        |     12      |    0-7   |  0x54   |  0x51   |  0x9F   |  0x2C   |
|        |     13      |    0-7   |  0x55   |  0x50   |  0x9E   |  0x2D   |
|        |     14      |    0-7   |  0x56   |  0x4F   |  0x9D   |  0x2E   |
|        |     15      |    0-7   |  0x59   |  0x4E   |  0x9B   |  0x2F   |
|        |     16      |    0-7   |  0x5A   |  0x4D   |  0x98   |  0x30   |
|        |     17      |    0-7   |  0x5C   |  0x4C   |  0x97   |  0x31   |
|        |     18      |    0-7   |  0x63   |  0x4B   |  0x90   |  0x32   |
|        |     19      |    0-7   |  0x65   |  0x4A   |  0x8F   |  0x33   |
|        |     20      |    0-7   |  0x66   |  0x49   |  0x88   |  0x34   |
|        |     21      |    0-7   |  0x67   |  0x48   |  0x84   |  0x35   |
|        |     22      |    0-7   |  0x69   |  0x47   |  0x82   |  0x36   |
|        |     23      |    0-7   |  0x6A   |  0x46   |  0x81   |  0x37   |
|        |     24      |    0-7   |  0x6B   |  0x45   |  0x80   |  0x38   |
|        |     25      |    0-7   |  0x6C   |  0x44   |  0x7C   |  0x39   |
|        |     26      |    0-7   |  0x6D   |  0x43   |  0x7A   |  0x3A   |
|        |     27      |    0-7   |  0x6E   |  0x42   |  0x79   |  0x3B   |
|        |     28      |    0-7   |  0x71   |  0x41   |  0x76   |  0x3C   |
|        |     29      |    0-7   |  0x72   |  0x40   |  0x75   |  0x3D   |
|        |     30      |    0-7   |  0x73   |  0x3F   |  0x74   |  0x3E   |
|        |     31      |    0-7   |  0x74   |  0x3E   |  0x73   |  0x3F   |
---------------------------------------------------------------------------
|   3*** |      0      |    0-7   |  0x75   |  0x3D   |  0x72   |  0x40   |
|        |      1      |    0-7   |  0x76   |  0x3C   |  0x71   |  0x41   |
|        |      2      |    0-7   |  0x79   |  0x3B   |  0x6E   |  0x42   |
|        |      3      |    0-7   |  0x7A   |  0x3A   |  0x6D   |  0x43   |
|        |      4      |    0-7   |  0x7C   |  0x39   |  0x6C   |  0x44   |
|        |      5      |    0-7   |  0x80   |  0x38   |  0x6B   |  0x45   |
|        |      6      |    0-7   |  0x81   |  0x37   |  0x6A   |  0x46   |
|        |      7      |    0-7   |  0x82   |  0x36   |  0x69   |  0x47   |
|        |      8      |    0-7   |  0x84   |  0x35   |  0x67   |  0x48   |
|        |      9      |    0-7   |  0x88   |  0x34   |  0x66   |  0x49   |
|        |     10      |    0-7   |  0x8F   |  0x33   |  0x65   |  0x4A   |
|        |     11      |    0-7   |  0x90   |  0x32   |  0x63   |  0x4B   |
|        |     12      |    0-7   |  0x97   |  0x31   |  0x5C   |  0x4C   |
|        |     13      |    0-7   |  0x98   |  0x30   |  0x5A   |  0x4D   |
|        |     14      |    0-7   |  0x9B   |  0x2F   |  0x59   |  0x4E   |
|        |     15      |    0-7   |  0x9D   |  0x2E   |  0x56   |  0x4F   |
|        |     16      |    0-7   |  0x9E   |  0x2D   |  0x55   |  0x50   |
|        |     17      |    0-7   |  0x9F   |  0x2C   |  0x54   |  0x51   |
|        |     18      |    0-7   |  0xA3   |  0x2B   |  0x53   |  0x52   |
|        |     19      |    0-7   |  0xA5   |  0x2A   |  0x52   |  0x53   |
|        |     20      |    0-7   |  0xA6   |  0x29   |  0x51   |  0x54   |
|        |     21      |    0-7   |  0xA7   |  0x28   |  0x4E   |  0x55   |
|        |     22      |    0-7   |  0xA9   |  0x27   |  0x4D   |  0x56   |
|        |     23      |    0-7   |  0xAA   |  0x26   |  0x4C   |  0x57   |
|        |     24      |    0-7   |  0xAB   |  0x25   |  0x4B   |  0x58   |
|        |     25      |    0-7   |  0xAC   |  0x24   |  0x4A   |  0x59   |
|        |     26      |    0-7   |  0xAD   |  0x23   |  0x49   |  0x5A   |
|        |     27      |    0-7   |  0xAE   |  0x22   |  0x47   |  0x5B   |
|        |     28      |    0-7   |  0xB1   |  0x21   |  0x46   |  0x5C   |
|        |     29      |    0-7   |  0xB2   |  0x20   |  0x45   |  0x5D   |
|        |     30      |    0-7   |  0xB3   |  0x1F   |  0x43   |  0x5E   |
|        |     31      |    0-7   |  0xB4   |  0x1E   |  0x3C   |  0x5F   |
---------------------------------------------------------------------------
|   4*** |      0      |    0-7   |  0xB5   |  0x1D   |  0x3A   |  0x60   |
|        |      1      |    0-7   |  0xB6   |  0x1C   |  0x39   |  0x61   |
|        |      2      |    0-7   |  0xB9   |  0x1B   |  0x36   |  0x62   |
|        |      3      |    0-7   |  0xBA   |  0x1A   |  0x35   |  0x63   |
|        |      4      |    0-7   |  0xBC   |  0x19   |  0x34   |  0x64   |
|        |      5      |    0-7   |  0xC3   |  0x18   |  0x33   |  0x65   |
|        |      6      |    0-7   |  0xC5   |  0x17   |  0x32   |  0x66   |
|        |      7      |    0-7   |  0xC6   |  0x16   |  0x31   |  0x67   |
|        |      8      |    0-7   |  0xC7   |  0x15   |  0x2E   |  0x68   |
|        |      9      |    0-7   |  0xC9   |  0x14   |  0x2D   |  0x69   |
|        |     10      |    0-7   |  0xCA   |  0x13   |  0x2C   |  0x6A   |
|        |     11      |    0-7   |  0xCB   |  0x12   |  0x2B   |  0x6B   |
|        |     12      |    0-7   |  0xCC   |  0x11   |  0x2A   |  0x6C   |
|        |     13      |    0-7   |  0xCD   |  0x10   |  0x29   |  0x6D   |
|        |     14      |    0-7   |  0xCE   |  0x0F   |  0x27   |  0x6E   |
|        |     15      |    0-7   |  0xD1   |  0x0E   |  0x26   |  0x6F   |
|        |     16      |    0-7   |  0xD2   |  0x0D   |  0x25   |  0x70   |
|        |     17      |    0-7   |  0xD3   |  0x0C   |  0x23   |  0x71   |
|        |     18      |    0-7   |  0xD4   |  0x0B   |  0x1F   |  0x72   |
|        |     19      |    0-7   |  0xD5   |  0x0A   |  0x1E   |  0x73   |
|        |     20      |    0-7   |  0xD6   |  0x09   |  0x1D   |  0x74   |
|        |     21      |    0-7   |  0xD9   |  0x08   |  0x1B   |  0x75   |
|        |     22      |    0-7   |  0xDA   |  0x07   |  0x18   |  0x76   |
|        |     23      |    0-7   |  0xDC   |  0x06   |  0x17   |  0x77   |
|        |     24      |    0-7   |  0xE0   |  0x05   |  0x10   |  0x78   |
|        |     25      |    0-7   |  0xE1   |  0x04   |  0x0F   |  0x79   |
|        |     26      |    0-7   |  0xE2   |  0x03   |  0x08   |  0x7A   |
|        |     27      |    0-7   |  0xE4   |  0x02   |  0x04   |  0x7B   |
|        |     28      |    0-7   |  0xE8   |  0x01   |  0x02   |  0x7C   |
|        |     29      |    0-7   |  0xEF   |  0x00   |  0x01   |  0x7D   |
|        |     30      |    0-7   |  NONE   |  NONE   |  NONE   |  NONE   |
|        |     31      |    0-7   |  NONE   |  NONE   |  NONE   |  NONE   |
---------------------------------------------------------------------------

*   Note:  Use this translation if registry ScanDown = 0 (default)
**  Note:  Use this translation if registry ScanDown = 1
*** Note:  If bit 9 of EmulexOption =0;, then device addressing starts with 
               Bus #0, not #1

- end -
