;************************************************************************ ;* ;* Chapter 1. How to use this patch file? ;* ;* This file (RTSODI.TXT) contains info. that helps you patch ;* 'RTSODI.COM'(v3.10) file into your own ODI 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 ;* RTSODI.COM -------> RTL8139 ODI driver file ;* RTSODI.TXT -------> RTSODI.COM patch info. file ;* ;* c). After you decide the name for your packet driver, ;* simply type: ;* ;* > RTPATCH RTSODI.COM RTSODI.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 'Packet driver for RTL8129',0dh,0ah,'$'; ;* ---- -- ---------------------------------------- ;*      ;* 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 '$' 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 ';'. Same for ('). ;* ;* *NOTE: Do not exceed 250 characters in each line. ;* ;************************************************************************ ;************************************************************************ ; Put your driver name here ;************************************************************************ d31 1 08h; Length of your driver name ----> 6 for "RTSODI" d32 9 'RTSODI ',0h; maximum ---> 9 (8 for drvier name and 1 for delimiter 0h) cbfb 9 'RTSODI',0h; maximum ---> 9 (8 for drvier name and 1 for delimiter 0h ;************************************************************************ ; Put your messages here ;************************************************************************ d0f 34 'Realtek RTL8139(A) Ethernet ',0h; max --> 34 cb6f 128 'Realtek RTL8139(A) Fast Ethernet MLID v3.10 (980610) ',0Dh,0Ah,'(c) Copyright 1998, by Realtek Semiconductor Corp. All rights reserved.',0h; max --> 128 ccad 67 'There is no RTL8139(A) Fast Ethernet PCI card found !! ',0Dh,0Ah,0h; max -->67 cde5 86 'More than 4 RTL8139(A) ethernet cards found. Driver will support only 4 cards. '0Dh,0Ah,0h; max--->86