;################################################################################ ; ; ; Name: rtgbsrv.100 ; ; Version: V1.00 ; ; Released By: ken ; ; Release Date: 6/12/02 ; ; Changed File: rtgbsrv.c ; ; Reason: ; ; Comment: ; ; ;################################################################################ ; Name: rtgbsrv.101 ; ; Version: V1.01 ; ; Released By: ken ; ; Release Date: 6/27/03 ; ; Changed File: rtgbsrv.c ; ; Reason: Add the PHY parameter for the 8110 ; ; Comment: ; ; ;################################################################################ ; Name: rtgbsrv.102 ; ; Version: V1.02 ; ; Released By: ken ; ; Release Date: 10/30/03 ; ; Changed File: rtgbsrv ; ; Reason: check the PHY version (0 or 1) ; ; Comment: ; ;################################################################################ ; Name: rtgbsrv.103 ; ; Version: V1.03 ; ; Released By: ken ; ; Release Date: 10/30/03 ; ; Changed File: rtgbsrv ; ; Reason: modify the PHY parameter for the .13B ; ; Comment: ; ;############################################################################ ; Name: rtgbsrv.104 ; ; Version: V1.04 ; ; Released By: ken ; ; Release Date: 10/30/03 ; ; Changed File: rtgbsrv ; ; Reason: modify the PHY parameter for the .13C ; ; Comment: ; ;############################################################################ ; Name: rtesrv.105 ; ; Version: V1.05 ; ; Released By: Vika Yen ; ; Release Date: 08/03/05 ; ; Changed File: rtesrv.c ; rtesrv.def ; rtesrv.ldi ; rtesrv.txt ; ; Reason: Release RTL8168B Novell Server Driver ; ; Comment: ; 1. Set Priority queue polling level, when ISR is TOK and TDU. ; 2. set ETThR be 0x27 (0xEC,0x27) ; 3. Rx Flow Control be disable. ; 4. Set RTL8168B Phy paraemeter ; 5. max DMA Burst Size=512 ; ;############################################################################ ; Name: rtesrv.106 ; ; Version: V1.06 ; ; Released By: Vika Yen ; ; Release Date: 12/09/05 ; ; Changed File: rtesrv.c ; rtesrv.def ; rtesrv.ldi ; rtesrv.txt ; ; Reason: Support RTL8169/8168B/810XE serial Novell Server Driver ; ; Comment: ; 1.Support NW4.X/5.X/6.X ; 2.Support RTL8169SC ; 3.Support RTL8101E ; 4.Set MWIEN be 0 with RTL8169SC ; 5.Adjust RTL8168/810XE multicast order ; 6.RCB with 8-byte aligment ; 7.Resolve to install EMM386 with client32 ; ;############################################################################ ; Name: rtgbsrv.107 ; ; Version: V1.07 ; ; Released By: Vika Yen ; ; Release Date: 02/14/06 ; ; Changed File: rtgbsrv.c ; ; Reason: ; ; Comment: ; 1. Support RTL8110SC that DID is "8167" ; 2. Name of RTL8169 is "RTGBSRV", ; Name of RTL8168 is "RTGESRV", ; Name of RTL8100E/RTL8101E is "RTESRV", ;############################################################################ ; Name: rtgbsrv.108 ; ; Version: V1.08 ; ; Released By: Vika Yen ; ; Release Date: 02/21/06 ; ; Changed File: rtgbsrv.c,rtgbsrv.def ; ; Reason: ; ; Comment: ; 1. Modify parameter with RTL8100E ; 2. Adjust PHY Parameters of RTL8169/RTL8168/RTl810XE serials ;############################################################################