v1.09
1. convert "attansic" to "atheros"
2. set D0 while Initial,
3. check PHY Debug Port 0. shut off some PHY modules to save power when shutdown.
v1.08
1. no CDT test,
2. add delay (5ms) after make PHY active.
v1.07
1. add CDT test
v1.06
1. remove CDT test in Initialization. otherwise it will effect AutoNeg .
v1.05
1. fixed bug:
When Speed is 10Mbps, L2 can't sent out / recv any packet.
.
v1.04
1. fixed bug:
can't set 100/10 Speed Manually
v1.03
1. error dialog popup when cable disconnect during Netware Installation
this version wait LinkUp if the cable connected.
all packet will be discarded when LinkStatus is down.
v1.02
fix issues:
issue 1:
when there is only one NIC/LOM in system, our driver will not install correctly.
if I type "config" command, "no board name defined" shown.
the root cause is the driver not call the function:
CMSMParseDriverParameters(&DriverParameterBlock, NULL),
so the driver will not get some std parameters.
issue 2:
DHCP will not get IP address (system hang) while using Client32 for DOS.
to solve this problem and revise the lest code I Update TXWritePtr for packets
during LinkStatus lost, but DO NOT update the Mailbox.
AS SOON AS the Link is up, update Mailbox to xmit these pending packets.