- SuSE* LINUX Enterprise Server 8 IA64 cause unresolved symbols - SuSE LINUX Enterprise Server 9 warning message during driver build - Red Hat* Linux 7.1 - Creating an RPM from tar / zipped File - ACPI enable may cause Dual Port Pro/1000 adapters to fail - Linux SNMP: Set operation fails on Red Hat Enterprise Linux 3 - Red Hat Enterprise Linux 2.1 Distribution - Loading and unloading modules with the Linux 2.6 Kernel - Support
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 . 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.
Description
Ndis2
Operating System
MS-DOS
Version
v1_0_613_9
Size Driver
45Kb
File Name
l2-ndis2-v1_0_613_9.rar
Description
Packet
Operating System
MS-DOS
Version
ver1.2.613.10
Size Driver
50Kb
File Name
l2-packet-ver1.2.613.10.rar
Description
Pxe
Operating System
MS-DOS
Version
v1.0.20.20
Size Driver
83Kb
File Name
l2-pxe-v1.0.20.20.rar
Description
Odi16
Operating System
Novell
Version
v2.6.1.5
Size Driver
54Kb
File Name
l2-odi16-v2.6.1.5.rar
Description
Odi32
Operating System
Novell
Version
v1.09
Size Driver
49Kb
File Name
l2odi32-bin-v1.09.rar
Observations
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.