;************************************************************************ ;* ;* Chapter 1. How to use this patch file? ;* ;* This file (RTSSRV.TXT) contains info. that helps you patch ;* 'RTSSRV.SRV'(v3.20) file into your own driver. ;* ;* To generate your custom driver, please follow the steps ;* described below: ;* ;* a). Follow the instructions to edit the message area in each ;* line. Save this file when you finish editing. ;* ( see CHAPTER 2 for more details ! ) ;* ;* !!! NOTE: DO NOT EDIT THE OFFSET AND LENGTH AREA !!! ;* ;* b). Make sure that you have the following files in your working ;* directory: ;* ;* RTPATCH.EXE -------> The patch execution file ;* RTSSRV.LAN -------> RTL8139 server driver file ;* RTSSRV.TXT -------> RTSSRV.LAN patch info. file ;* ;* c). After you decide the name for your packet driver, ;* simply type: ;* ;* > rtpatch RTSSRV.lan RTSSRV.txt <Ù ;* ;* !!! NOTE: DO NOT USE THE SAME DRIVER NAME AS THE ORIGINAL ;* DRIVER!!! ;* ;* d). If no error occurs, you should find your custom driver is ;* generated under your working directory. ;* ;* ;* Chapter 2. How to edit this file ? ;* ;* ;* Each line in this file contains a display message info. of the ;* driver. Each line has the same format: ;* ;* ;* e.g. ;* 1266 28 ) 'PCI driver for RTL8139',0dh,0ah,0h; ;* ---- -- ---------------------------------------- ;*      ;* Do not edit here! | | EOL ;*   Put your own message here! | ;* (HEX) (DEC) delimiter ;* ;* ;* ;* *NOTE: DO NOT EDIT THE AND AREA !!! ;* ;* *NOTE: Anything after comment character ';' will be ignored! ;* ;* *NOTE: Always add ';'(EOL) at end of each line! ;* ;* *NOTE: If delimiter is needed, keep delimiter intact! In this case, ;* leave the '0h' as the last byte. ;* ;* *NOTE: 0H can only be added as delimiter! Message after 0H will be lost! ;* ;* *NOTE: Total length of your message should not exceed . ;* ;* *NOTE: If you must use the comment character (;) in your message, ;* put 3bh instead of ';'. ;* ;* *NOTE: Do not exceed 250 characters in each line. ;* ;************************************************************************ ;************************************************************************ ; Put your driver name here (no delimiter) ;************************************************************************ ;************************************************************************ ; Put your driver title here ( delimiter is '0h') ;************************************************************************ ; length of RTSSRV.LAN output in RTSSRV.DEF 1c 1 0ah; ;************************************************************************ ; module name RTSSRV.LAN output in RTSSRV.DEF 1d 13 'RTSSRV.LAN',0h; Must upuppercase ;************************************************************************ ; Length of "Realtek Fast Ethernet Driver" description in RTSSRV.DEF 82 1 2fh; ;************************************************************************ ; driver description in RTSSRV.DEF 83 47 'Realtek Fast Ethernet Driver ' ;************************************************************************ ; Length of copyright in RTSSRV.DEF ; '(C) Copyright 1998 Realtek Co. All Rights Reserved. ' ee 1 46h ;************************************************************************ ; copyright in RTSSRV.DEF ef 70 '(C) Copyright 1998 Realtek Co. All Rights Reserved. ' ;************************************************************************ cc 1 03h; Major version in RTSSRV.DEF (Version 3.20) d0 1 14h; Minor version ;************************************************************************ d8 2 ceh,07h; Year in HEX 07ce H= 1998 (May 22,1998) dc 1 05h; Month e0 1 16h; Day ;************************************************************************ d078 1 8; Length of 'driver name' DriverNICShortName in RTSSRV.386 d079 8 'RTSSRV '; 'driver name'