3. Revision History:
Revision Author Date Description
v1.0.14.0 Alex 2011/12/06 1. Fix the plug/un-plug issue.
2. Fix the DHCP issue on the Mentor Ranger.
3. Fix an issue where the driver stays looping sometimes
when putting the system into suspend mode.
v1.0.13.0 Kater 2011/08/18 1. Fix plug/unplug issue when device initialize.
v1.0.12.0 Kater 2011/05/28 1. Using the critical section to protect the usb detach and
usb attach.
2. In addition to srom read/write, no longer use critical
section to protect other vendor command operations.
3. Fix multi-adapter suspend/resume issue.
4. Fix issue of ping command with specific packet size.
v1.0.11.0 Francis 2010/05/26 1. In some platforms, send a bulk request in a bulk
complete routine will cause some problems. Set a
timer in the bulk complete routine to send a bulk
request.
2. Change the PHY power up process delay time from
60ms to 600ms.
3. Fix the second adapter driver fail issue if multi
adapters plug in multi host controllers.
v1.0.10.0 Francis 2009/12/17 1. Adjust the Bulk request failed retry delay time from
0ms to 100ms to avoid taking up CPU resources and
crash issue when shutdown and restart.
v1.0.9.0 Francis 2009/12/11 1. Fix the vendor command failed issue when the PHY
ON/OFF procedure and the EEPROM read/write
procedure run simultaneously.
2. Don’t call any USB function in the halt routine.
v1.0.8.0 Francis 2009/11/06 1. Fix the AX88772 PHY ON/OFF procedure.
v1.0.7.0 Francis 2009/10/06 1. Improve the throughput.
2. Used EEPROM offset 0x17 to select the power
saving mode.
v1.0.6.0 Mark 2009/07/21 1. Support multi-adapters.
v1.0.5.0 Mark 2009/06/26 1. Cover the DriverInitialize is called twice issue on
some platform.
v1.0.4.0 Mark 2009/05/14 1. Add the version string in DriverInitialize
2. Take out the QueryPerformanceFrequency function
call on normal operation.
v1.0.3.0 Mark 2009/04/29 1. Add new algorithm for power saving.
2. Fix compatibility issue with some switch
v1.0.2.0 Mark 2009/03/13 1. Use software_reset_register to power down
and power up PHY.
v1.0.1.1 Mark 2009/02/26 1. Add PHY ON/OFF procedure
2. Fix issue of ping command with big size
v1.0.1.0 Mark 2009/02/12 1. Improve the performance on USB1.1 interface
v1.0.0.9 Mark 2009/02/09 1. Fix EHCI hot-plug issue