February 4, 2008
Overview
Release 3.5.8 of the Empack software includes Version 3.5.8 of the host libraries and programs and Version 3.5.7 of the Embedded Firmware and FPGA configurations.
The following changes are introduced in this release:
- Support for Adaptec PCIe SCSI Adapter.
- Support for Solaris 10 and 64-bit x86 platforms.
- Component versions for this release.
Support for Adaptec PCIe SCSI Adapter
This modification is required on Windows systems because the 29320LPE
will not accept transfers of 64 Kbytes and the operating system is not
providing a proper limit.
Solaris systems appear to provide an appropriate limit for the 29320LPE.
However, it was decided to impose a smaller limit in the Empack API rather
than have to adjust specific system settings for various operating systems.
The smaller limit does not cause any significant impact on system performance.
The Empack API is modified to support Adaptec 29320LPE SCSI adapters for
PCIe (PCI Express).
The modification limits the the size of individual SCSI transfers
to 32 Kbytes instead of 64 Kbytes.
Data transfer requests larger than this limit are broken into sections,
as they had been before.