RELEASE.TXT Driver File Contents (RTL8102E_LAN_V57028062008_V62087292008.zip)

;################################################################################
;
;
;  Name:	  rtgbnd.100
;
;  Version:	  V1.00
;
;  Released By:   ken
;
;  Release Date:  6/12/02
;
;  Changed File:  
;
;  Reason:	  
;		
;  Comment:   new release    
;                 
;                 
;################################################################################
;  Name:	  rtgbnd.101
;
;  Version:	  V1.01
;
;  Released By:   ken
;
;  Release Date:  6/27/03
;
;  Changed File:  init.asm
;
;  Reason:	  Add the PHY parameter for the 8110
;		
;  Comment:       
;                 
;
;################################################################################   
;  Name:	  rtgbnd.102
;
;  Version:	  V1.02
;
;  Released By:   ken
;
;  Release Date:  
;
;  Changed File:  init.asm
;
;  Reason:	  modify the PHY parameter for .13B
;		
;  Comment:       
;                 
;
;################################################################################        
;  Name:	  rtgbnd.103
;
;  Version:	  V1.03
;
;  Released By:   ken
;
;  Release Date:  
;
;  Changed File:  init.asm
;
;  Reason:	  modify the PHY parameter for .13C
;		
;  Comment:       
;                 
;
;################################################################################ 
;  Name:	  rtgbnd.104
;
;  Version:	  V1.04
;
;  Released By:   Edward
;
;  Release Date:  2005/05/19
;
;  Changed File:  transmit.asm
;
;  Reason:	1.add "push ecx" and "pop ecx" in Start_Xmit
;		2.shrink the number of Rx descriptors to 8
;		3.shrink the size of each Tx buffer to 1600 Bytes
;		4.use delay to avoid out of resource
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.105
;
;  Version:	  V1.05
;
;  Released By:   Edward
;
;  Release Date:  2005/06/08
;
;  Changed File:  transmit.asm
;
;  Reason:	Release the dead lock after out-of-resource phenomenon happens.
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.06
;
;  Released By:   Edward
;
;  Release Date:  2005/08/15
;
;  Changed File:	transmit.asm
;			init.asm
;			int.asm
;			request.asm
;			receive.asm
;			d8139.inc		
;
;  Reason: support RTL8168B and RTL8100E
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.07
;
;  Released By:   Edward
;
;  Release Date:  2005/09/05
;
;  Changed File:	transmit.asm
;			init.asm
;			int.asm
;			request.asm
;			receive.asm
;			d8139.inc		
;
;  Reason: fix the halted driver as transmitted large file from client as the protocol is TCP/IP
;	fix the power-saving problem in RTL8169SBL
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.09
;
;  Released By:   Edward
;
;  Release Date:  2005/09/05
;
;  Changed File:	transmit.asm
;			init.asm
;			int.asm
;			request.asm
;			receive.asm
;			d8139.inc		
;
;  Reason: 
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.10
;
;  Released By:   Edward
;
;  Release Date:  2005/11/03
;
;  Changed File:	init.asm
;			int.asm
;				
;
;  Reason: The first release for RTL8169SC
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.11
;
;  Released By:   Edward
;
;  Release Date:  2006/01/17
;
;  Changed File:	receive.asm
;				
;
;  Reason: When the driver initialize the MAC and the NIC happens to receive packets, the whole system will be halted!
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.12
;
;  Released By:   Edward
;
;  Release Date:  2006/02/10
;
;  Changed File:	receive.asm
;				
;
;  Reason: disable interrupt disable bit(bit 10) in command register(offset 0x04) of PCI
;          configuration space
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.13
;
;  Released By:   Edward
;
;  Release Date:  2006/02/15
;
;  Changed File:	init.asm
;				
;
;  Reason: Support RTL8100E
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.14
;
;  Released By:   Edward
;
;  Release Date:  2006/07/25
;
;  Changed File:	init.asm
;			receive.asm
;				
;
;  Reason: solve the failure problem after the rebooting of Ghost restore.
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.15
;
;  Released By:   Edward
;
;  Release Date:  2006/09/08
;
;  Changed File:	init.asm
;							
;
;  Reason: If multiple Realtek NICs are inserted in the same system, user can specify 
;          one of them by assign bus number(BUSNO) and device number(DEVICENO) in 
;          procotol.ini.
;  Comment:       
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.16
;
;  Released By:   Edward
;
;  Release Date:  2007/03/22
;
;  Changed File:	receive.asm, init.asm, dp8139.inc
;							
;
;  Reason: support RTL8168C/8111C 
;                 
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.17
;
;  Released By:   Edward
;
;  Release Date:  2007/08/17
;
;  Changed File:	DP8139.INC, RTL8139.INC, INIT.ASM, INT.ASM, RECEIVE.ASM,
;		TRANSMIT.ASM
;							
;
;  Reason:	1. support RTL8168CP/8111CP
;	2. turn on phy when driver is loaded
;	3. add the explanation of forcing link state in protocol.ini
;	4. support RTL8111C
;
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.18
;
;  Released By:   Edward
;
;  Release Date:  2007/12/03
;
;  Changed File:	INT.ASM, INIT.ASM, RECEIVE.ASM, TRANSMIT.ASM
;							
;
;  Reason:	support RTL8102E/8102EL
;	
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.19
;
;  Released By:   Edward
;
;  Release Date:  2008/01/04
;
;  Changed File:	INT.ASM, INIT.ASM, RECEIVE.ASM, TRANSMIT.ASM
;							
;
;  Reason: 1. modify GPHY parameter of RTL8111C
;	   2. modify GPHY parameter of RTL8110SC
;	
;################################################################################
;  Name:	  rtgbnd.dos/rtend.dos
;
;  Version:	  V1.20
;
;  Released By:   Edward
;
;  Release Date:  2008/02/26
;
;  Changed File:	INIT.ASM, RECEIVE.ASM
;							
;
;  Reason: 1. Show link speed correctly after PC boot.
;	   2. Modify phy parameters for RTL8111C.
;	   3. Modify the parameter of CPCR(MAC 0xE0) for RTL8110S/SB/SC.
;	   4. Modify phy parameters of RTL8102E for link down power saving.
;	   5. Change the way of identifying IC version.
;	   6. When computer boots up, solve the busy waiting until phy links up.
;	
;################################################################################


Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web1, load: 1.32