Changes from 20061113 to 20070201

	* Changed version number to 8.1.6.8
	* Added NULL pointer check for lpfc_cmd before accessing the
	  pointer. (CR 23663)
	* Fix system hang while running on systems with IOMMU (CR 23663)
	* Improved handling of LOG_FCP logging

Changes from 20060829 to 20061113

	* Change version number to 8.1.6.7
	* Add ndlp to plogi list prior to issuing the plogi els command
	  (CR 22983)
	* Don't perform nport confirmation for fabric ports (CR 22983)

Changes from 20060816 to 20060829

	* Change version number to 8.1.6.6
	* Prevent starting discovery of a node if discovery is in progress
	  (CR 21778)

Changes from 20060802 to 20060816

	* Change version number to 8.1.6.5
	* Fixed discovery issues in multi-initiator environments.
	  (CR 21290)
	* Increased Linkdown command complete timeout. (CR 21402)
	* Clear host attention work items when going offline.
	  (CR 20646)
	* Various fixes for mboxq list corruption. (CR 21416)
	* Fix double free of ndlp object. (CR 21455)

Changes from 20060712 to 20060802

	* Change version number to 8.1.6.4
	* Fixed lpfc_issue_lip to wait longer for 
	  MBX_LINK_DOWN command to complete. (CR 21402)
	* Added code to block the error handler when the device 
	  is in blocked state. (CR 20630)
	* Fix multiline comment style.
	* Fix initialization of can_queue value. (CR 21319)
	* Fix race condition between lpfc_sli_issue_mbox 
	  and lpfc_online. (CR 21259)

Changes from 20060626 to 20060712

	* Change version number to 8.1.6.3
	* Added new sysfs attribute for issuing resets atomically
	* Remove failing discovery wait from the on-lining code path.
	* Correct comments and default value for the lpfc_max_luns 
	  parameter. (CR 20870)
	* Add lpfc_sli_flush_mbox_queue() function and use it 
	  in lpfc_offline() call. (CR 20413)
	* Provide message number for skipping completion message. 
	  (CR 20553)
	* Adding statistics reset callback for FC transport. 
	  (CR 20868 20936)
	* Fix iocbq list corruption. (CR 21208)
	* Pass more info via error code when issueing mailbox cmd via sysfs.
	* Fix for failing firmware download. (CR 20387)
	* Fixed lpfc_sli_next_iotag which returned without unlocking host_lock.
	* Call list_del on the rspiocbp before enqueuing into another 
	  list. (CR 20974)
	* Make all lpfc_printf_log message numbers unique.
	* Modify the symbolic name string to comply with Emulex's 
	  mandatory entries. (CR 20322)

Changes from 20060605 to 20060626

	* Change version number to 8.1.6.2
	* Fix panic in lpfc_sli_validate_fcp_iocb. (CR 20832)
	* Change lpfc_max_luns description. (CR 20870)

Changes from 20060511 to 20060605

	* Change version number to 8.1.6.1
	* Standardize the driver on a single definition for the 
	  maximum supported targets.
	* Fix some sparse warnings - integers used as NULL, casts of 
	  address space.
	* Fix memory leak and cleanup code related to per ring 
	  lookup array. (CR 20294)
	* Fixed infinite retry of REG_LOGIN mailbox failed due to 
	  MBXERR_RPI_FULL (CR 20356)
	* Use mod_timer instead of add_timer in lpfc_els_timeout_handler.
	  (CR 19273)
	* Fixed infinite retry of REG_LOGIN mailbox failed due 
	  to MBXERR_RPI_FULL. (CR 20356)
	* Issue DOWN_LINK prior to INIT_LINK. (CR 20540)
	* Remove Modules.symvers during make clean. (CR 20571)
	* Fix handling of the open source linux registration string.
	  (CR 20449 17529)
	* Fix txcmplq related panics on heavy IO while downloading.
	* Bad nodev_tmo message on NPort that changes its NPort Id.
	  (CR 20312)
	* Move dma buf cleanup into a separate function. (CR 20561)

Changes from 20060414 to 20060511

	* Change version number to 8.1.6
	* Fix data corruption caused by SCSI BUS resets (CR 20111)

Changes from 20060306 to 20060414

	* Change version number to 8.1.5
	* Multiple small discovery fixes (CR 19506 19897)
	* Fix some RSCN handling during the re-discovery after Link Up
	  event. (CR 19465)
	* nlp_sid was not being initialized properly
	* Race condition in lpfc_workq_post_event() could corrupt
	  phba->work_list. (CR 19680)
	* Additional fixes to LOGO, PLOGI, and RSCN processing
	* Fix cleanup code in the lpfc_pci_probe_one() error code
	  path. (CR 19947)
	* Fixed FC protocol violation in handling of PRLO. (CR 19805)
	* Use asynchronous ABTS completion to speed up abort completions
	* Fix Discovery processing for NPorts that hit nodev_tmo during
	  discovery. (CR 19573)
