
1.0.40.4
    1. add WOL option -- Link UP
    

1.0.40.3
    1. remove unused vid routine.
    2. rivsed kcompat.c/.h
    3. deal with debug port 0 while init&exit. 
    4. fixed bug: lost device after shutdown.

1.0.40.2
    1. remove code for disable smart-speed . <otherwise PHY4/9 can't be set manually>


1.0.40.1
    1. revised codes following Intel e1000, to support up to kernel 2.6.21.



1.0.40.0
    1. Fix Fedora Core6 can't install
    2. Fix can't get MAC address from BIOS
0.2.40.0
    1. Fix the checking of packet size on RX(at_intr_rx)
    2. Remove NETIF_F_HW_CSUM bit in the field, net_device::features
       (Hyperion don't support hardware checksum calculation.)
    3. Fix module description string in at_main.c
    4. Fix module parameter descriptions in the file, readme.

0.1.40.0
    1. Apply the new version rule. The code is the same with 1.01.06.

v0006
    1. change media type user selection
    2. do not config phy register 0x10, or it will not link up on force 10F

v0005
    1. fixed vlan id problem

v0004
    1. support new PHY's op <let it leave reset state when POWERON>
    2. clear PHY's root cause interrupt 

v0003
    1. fixed RXD base Address alignment <(128-8)bytes>

v0002
    1. fixed TXD memory wrap when copy packet from system to
       TXD memory.

V0001
